Skip to content

Commit 9f79546

Browse files
committed
changing position of commonjs in config
1 parent cb7bac0 commit 9f79546

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

vite.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ export default defineConfig({
3131
globals: true
3232
},
3333
plugins: [
34-
3534
vue({ template: { transformAssetUrls } }),
3635
vuetify({
3736
autoImport: true
3837
}),
39-
commonjs(),
4038
eslintPlugin,
4139
nodePolyfills(),
42-
compress
40+
compress,
41+
commonjs()
4342
],
4443
resolve: {
4544
alias: {

0 commit comments

Comments
 (0)