mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
fix: Cascader missing props (#32143)
* fix: Cascader deps * docs: Update using new API * test: Test case cover * chore: compressed skip dup check
This commit is contained in:
@@ -145,12 +145,14 @@ if (process.env.RUN_ENV === 'PRODUCTION') {
|
||||
}),
|
||||
);
|
||||
|
||||
config.plugins.push(
|
||||
new DuplicatePackageCheckerPlugin({
|
||||
verbose: true,
|
||||
emitError: true,
|
||||
}),
|
||||
);
|
||||
if (!process.env.NO_DUP_CHECK) {
|
||||
config.plugins.push(
|
||||
new DuplicatePackageCheckerPlugin({
|
||||
verbose: true,
|
||||
emitError: true,
|
||||
}),
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
processWebpackThemeConfig(webpackDarkConfig, 'dark', darkVars);
|
||||
|
||||
Reference in New Issue
Block a user