Skip to content

Commit 1ca529f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export default defineConfig({
3131
globals: true
3232
},
3333
plugins: [
34+
commonjs(),
3435
vue({ template: { transformAssetUrls } }),
35-
commonjs,
3636
vuetify({
3737
autoImport: true
3838
}),

0 commit comments

Comments
 (0)