Skip to content

Commit

Permalink
Merge pull request #33 from segevfiner/remove-order-pre
Browse files Browse the repository at this point in the history
Remove order: 'pre' from resolveId
  • Loading branch information
Septh authored Dec 15, 2024
2 parents 15b1a9a + be98d35 commit 9ba4732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ function nodeExternals(options: ExternalsOptions = {}): Plugin {
},

resolveId: {
order: 'pre',
async handler(specifier, importer, { isEntry }) {
if (
isEntry // Ignore entry points (they should always be resolved)
Expand Down

0 comments on commit 9ba4732

Please sign in to comment.