mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Merge pull request #17674 from storybookjs/17673-fix-angular-webpack4-use-exports
Webpack4: Fix useExports for angular-cli
This commit is contained in:
commit
275406ad76
@ -257,7 +257,7 @@ export default async (options: Options & Record<string, any>): Promise<Configura
|
|||||||
},
|
},
|
||||||
runtimeChunk: true,
|
runtimeChunk: true,
|
||||||
sideEffects: true,
|
sideEffects: true,
|
||||||
usedExports: isProd,
|
usedExports: true,
|
||||||
moduleIds: 'named',
|
moduleIds: 'named',
|
||||||
minimizer: isProd
|
minimizer: isProd
|
||||||
? [
|
? [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user