mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-01-10 16:19:13 +08:00
Update vite-lib-render.config.js
自定义render打包的样式输出文件名为 render.style.css 省去打包后再次手动修改的麻烦
This commit is contained in:
parent
c7db7f01b6
commit
bcc13e1ffe
@ -66,7 +66,8 @@ export default defineConfig({
|
|||||||
globals: {
|
globals: {
|
||||||
vue: 'Vue',
|
vue: 'Vue',
|
||||||
'element-plus': 'ElementPlus',
|
'element-plus': 'ElementPlus',
|
||||||
}
|
},
|
||||||
|
assetFileNames: `render.style.css`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user