mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:51: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,
|
||||
sideEffects: true,
|
||||
usedExports: isProd,
|
||||
usedExports: true,
|
||||
moduleIds: 'named',
|
||||
minimizer: isProd
|
||||
? [
|
||||
|
Loading…
x
Reference in New Issue
Block a user