Skip to content

Commit cb7bac0

Browse files
committed
chaning position of commonjs in config
1 parent 1ca529f commit cb7bac0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ export default defineConfig({
3131
globals: true
3232
},
3333
plugins: [
34-
commonjs(),
34+
3535
vue({ template: { transformAssetUrls } }),
3636
vuetify({
3737
autoImport: true
3838
}),
39+
commonjs(),
3940
eslintPlugin,
4041
nodePolyfills(),
4142
compress

0 commit comments

Comments
 (0)