Browse Source

去掉配置

master
xyiege 3 months ago
parent
commit
5d0325114d
  1. 11
      vue/afvue/vite.config.js

11
vue/afvue/vite.config.js

@ -14,16 +14,7 @@ export default defineConfig({
// additionalLegacyPolyfills: ['regenerator-runtime/runtime']
// })
],
// js文件大小限制
build: {
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
nested: resolve(__dirname, 'nested/index.html')
}
},
chunkSizeWarningLimit: 1000
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))

Loading…
Cancel
Save