Skip to content

Commit 39986b1

Browse files
committed
Merge branch 'pr/segevfiner/33'
2 parents 1de5c7a + be98d35 commit 39986b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ function nodeExternals(options: ExternalsOptions = {}): Plugin {
233233
},
234234

235235
resolveId: {
236-
order: 'pre',
237-
async handler(specifier, _, { isEntry }) {
236+
async handler(specifier, importer, { isEntry }) {
238237
if (
239238
isEntry // Ignore entry points
240239
|| /^(?:\0|\.{1,2}\/)/.test(specifier) // Ignore virtual modules and relative imports

0 commit comments

Comments
 (0)