Skip to content

Commit 01562c4

Browse files
committed
removing depsExternal()
1 parent 2455b13 commit 01562c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import eslintPlugin from "vite-plugin-eslint";
77
import path from "path";
88
import { nodePolyfills } from "vite-plugin-node-polyfills";
99
import compress from "vite-plugin-compress";
10-
import depsExternal from "rollup-plugin-node-externals";
10+
// import depsExternal from "rollup-plugin-node-externals";
1111

1212
dns.setDefaultResultOrder("verbatim");
1313

@@ -31,7 +31,7 @@ export default defineConfig({
3131
globals: true
3232
},
3333
plugins: [
34-
depsExternal(),
34+
// depsExternal(),
3535
vue({ template: { transformAssetUrls } }),
3636
vuetify({
3737
autoImport: true

0 commit comments

Comments
 (0)