mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
build: rename css dist file for dark theme
This commit is contained in:
parent
c7c5e43e6d
commit
88ca556fe5
@ -23,7 +23,7 @@ function addLocales(webpackConfig) {
|
||||
}
|
||||
|
||||
function addDarkTheme(webpackConfig) {
|
||||
let packageName = 'antd-dark';
|
||||
let packageName = 'antd.dark';
|
||||
if (webpackConfig.entry['antd.min']) {
|
||||
packageName += '.min';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user