Skip to content

Commit

Permalink
Add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
whaaaley committed Jun 2, 2022
1 parent 405098b commit 4f39778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function (opts) {
name: namespace,
setup (build) {
build.onResolve({ filter }, resolve)
build.onLoad({ filter }, args => load(args, opts))
build.onLoad({ filter, namespace }, args => load(args, opts))
}
}
}
Expand Down

0 comments on commit 4f39778

Please sign in to comment.