添加全局样式和 element ui框架

This commit is contained in:
编码猿
2025-09-24 23:56:55 +08:00
parent 21bf47c8a1
commit 537c7ca60e
37 changed files with 385486 additions and 8374 deletions

View File

@@ -41,6 +41,8 @@ export default defineConfig(async ({ mode }) => {
target: 'esnext',
cssCodeSplit: true,
rollupOptions: {
// 关键配置:告诉 Rollup 不要处理模块联邦的导入
external: [ 'shared/normalize' ],
output: {
minifyInternalExports: false
}