Skip to content

Commit

Permalink
Fix bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 10, 2024
1 parent e6022af commit d699f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async function build() {
name: 'replace',
setup({ onLoad }) {
onLoad({ filter: genModulesFilter }, args => ({
contents: genModules[args.path]
contents: genModules[path.basename(args.path)]
}));
}
}];
Expand Down

0 comments on commit d699f77

Please sign in to comment.