Skip to content

Commit

Permalink
fix umd format not supported for code-splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Jun 22, 2022
1 parent ee85bac commit 1e6a126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig({
},
exports: "named",
dir: "dist",
inlineDynamicImports: true,
},
},
},
Expand Down

0 comments on commit 1e6a126

Please sign in to comment.