fixed npm/vite warning
This commit is contained in:
+2
-4
@@ -293,10 +293,8 @@ export default defineConfig({
|
|||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
rolldownOptions: {
|
define: {
|
||||||
define: {
|
global: 'globalThis',
|
||||||
global: 'globalThis',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
|
|||||||
Reference in New Issue
Block a user