Update vite-lib-render.config.js

自定义render打包的样式输出文件名为  render.style.css 省去打包后再次手动修改的麻烦
master
Tekin Tian 2022-07-17 10:55:20 +08:00 committed by GitHub
parent c7db7f01b6
commit bcc13e1ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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