mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-04 23:06:31 +08:00
build: vite6.0后构建的css文件名需配置回style
This commit is contained in:
parent
51b62cfe92
commit
aec80388f0
@ -64,6 +64,7 @@ async function build({ packageName, format, pkg, packagesDir }) {
|
|||||||
name: `TMagic${toPascalCase(packageName)}`,
|
name: `TMagic${toPascalCase(packageName)}`,
|
||||||
fileName: `tmagic-${packageName}`,
|
fileName: `tmagic-${packageName}`,
|
||||||
formats: [format],
|
formats: [format],
|
||||||
|
cssFileName: 'style',
|
||||||
},
|
},
|
||||||
|
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user