mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:41:17 +08:00
fix terserplugin options
This commit is contained in:
parent
1ed50bcae4
commit
429cd06ab5
@ -161,15 +161,13 @@ export default async ({
|
||||
minimizer: isProd
|
||||
? [
|
||||
new TerserWebpackPlugin({
|
||||
cache: true,
|
||||
parallel: true,
|
||||
sourceMap: true,
|
||||
terserOptions: {
|
||||
mangle: false,
|
||||
sourceMap: true,
|
||||
keep_fnames: true,
|
||||
},
|
||||
// FIXME: `cache` isn't a known attribute
|
||||
} as any),
|
||||
}),
|
||||
]
|
||||
: [],
|
||||
},
|
||||
|
@ -196,15 +196,13 @@ export default async ({
|
||||
minimizer: isProd
|
||||
? [
|
||||
new TerserWebpackPlugin({
|
||||
cache: true,
|
||||
parallel: true,
|
||||
sourceMap: true,
|
||||
terserOptions: {
|
||||
sourceMap: true,
|
||||
mangle: false,
|
||||
keep_fnames: true,
|
||||
},
|
||||
// FIXME: `cache` isn't a known attribute
|
||||
} as any),
|
||||
}),
|
||||
]
|
||||
: [],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user