Skip to content

Commit

Permalink
fix(components): reverting vit.config.js to earlier version (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 authored Jul 24, 2023
1 parent a94c1bf commit b873ad3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions libs/components/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { defineConfig, splitVendorChunkPlugin } = require('vite');
const { defineConfig } = require('vite');

// https://vitejs.dev/config/
module.exports = defineConfig({
Expand Down Expand Up @@ -53,12 +53,6 @@ module.exports = defineConfig({
],
name: 'Covalent',
},
rollupOptions: {
output: {
exports: 'named',
chunkFileNames: '[name].mjs',
},
},
},
server: {
fs: {
Expand All @@ -77,5 +71,4 @@ module.exports = defineConfig({
},
},
cacheDir: '../../node_modules/.vite',
plugins: [splitVendorChunkPlugin()],
});

0 comments on commit b873ad3

Please sign in to comment.