mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 05:01:11 +08:00
feat(angular): disable ngcc when not needed
This commit is contained in:
parent
e5c88d168f
commit
687e2776c0
@ -58,7 +58,7 @@ export const webpack = async (webpackConfig: Configuration, options: PresetOptio
|
||||
return webpackConfig;
|
||||
}
|
||||
|
||||
if(angularOptions.enableNgcc === false) {
|
||||
if(angularOptions.enableNgcc !== false) {
|
||||
runNgcc();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user