Skip to content

Commit 2455b13

Browse files
committed
changing the position of the depsExternal()
1 parent 8c2ae12 commit 2455b13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vite.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ export default defineConfig({
3131
globals: true
3232
},
3333
plugins: [
34+
depsExternal(),
3435
vue({ template: { transformAssetUrls } }),
3536
vuetify({
3637
autoImport: true
3738
}),
3839
eslintPlugin,
3940
nodePolyfills(),
40-
compress,
41-
depsExternal()
41+
compress
42+
4243
],
4344
resolve: {
4445
alias: {

0 commit comments

Comments
 (0)