Skip to content

Commit

Permalink
Move inlineDynamicImports
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtallent committed Mar 11, 2021
1 parent e0d612e commit e40baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default defineConfig({
cssCodeSplit: false,
assetsInlineLimit: 100000000,
rollupOptions: {
inlineDynamicImports: true,
outputOptions: {
inlineDynamicImports: true,
manualChunks: () => "everything.js",
},
},
Expand Down

0 comments on commit e40baef

Please sign in to comment.