Skip to content

Commit

Permalink
fix(components): update vite config w/ no manual chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 authored Jul 24, 2023
1 parent 2d6ac64 commit d08fc4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/components/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ module.exports = defineConfig({
output: {
exports: 'named',
chunkFileNames: '[name].mjs',
manualChunks: {
'mwc-ripple': ['@material/mwc-ripple/mwc-ripple.js']
}
},
},
},
Expand Down

0 comments on commit d08fc4e

Please sign in to comment.