We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6022af commit d699f77Copy full SHA for d699f77
scripts/bundle.js
@@ -15,7 +15,7 @@ async function build() {
15
name: 'replace',
16
setup({ onLoad }) {
17
onLoad({ filter: genModulesFilter }, args => ({
18
- contents: genModules[args.path]
+ contents: genModules[path.basename(args.path)]
19
}));
20
}
21
}];
0 commit comments