🎨 refactor code & change style
This commit is contained in:
@@ -60,6 +60,10 @@ export default defineConfig(({mode}: { mode: string }): object => {
|
||||
'@': path.resolve(__dirname, 'src')
|
||||
}
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ["vite"],
|
||||
force: true,
|
||||
},
|
||||
plugins: [
|
||||
vue(),
|
||||
vitePluginBundleObfuscator(defaultObfuscatorConfig),
|
||||
|
Reference in New Issue
Block a user