Skip to content

Commit 9ba4732

Browse files
authored
Merge pull request #33 from segevfiner/remove-order-pre
Remove order: 'pre' from resolveId
2 parents 15b1a9a + be98d35 commit 9ba4732

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ function nodeExternals(options: ExternalsOptions = {}): Plugin {
233233
},
234234

235235
resolveId: {
236-
order: 'pre',
237236
async handler(specifier, importer, { isEntry }) {
238237
if (
239238
isEntry // Ignore entry points (they should always be resolved)

0 commit comments

Comments
 (0)