Update vite-lib-render.config.js

自定义render打包的样式输出文件名为  render.style.css 省去打包后再次手动修改的麻烦
This commit is contained in:
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

View File

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