Update vite-lib.config.js

自定义designer打包默认输出的样式文件名为 designer.style.css
This commit is contained in:
Tekin Tian 2022-07-17 10:52:10 +08:00 committed by GitHub
parent a4c5e20703
commit c7db7f01b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,8 @@ export default defineConfig({
globals: {
vue: 'Vue',
'element-plus': 'ElementPlus',
}
},
assetFileNames: `designer.style.css`
}
}
}