Skip to content

Commit

Permalink
update option name
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 30, 2023
1 parent d8548f5 commit d20e031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async function _build(
emitCJS: false,
cjsBridge: false,
inlineDependencies: false,
preserveDynamicImportsCjs: true,
preserveDynamicImports: true,
// Plugins
replace: {
preventAssignment: true,
Expand Down

0 comments on commit d20e031

Please sign in to comment.