fix queueing of nested paths being pushed onto the priority queue
This commit is contained in:
@@ -82,6 +82,7 @@ export default function () {
|
||||
for (let reid of exports) {
|
||||
node = buildExportsAssignment(reid, node).expression;
|
||||
}
|
||||
|
||||
path.replaceWith(node);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user