mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:11:23 +08:00
try with cache disabled, sourcemaps on
This commit is contained in:
parent
0130f6fd11
commit
bb2a187adf
@ -99,9 +99,9 @@ export default ({
|
||||
runtimeChunk: true,
|
||||
minimizer: [
|
||||
new TerserWebpackPlugin({
|
||||
cache: true,
|
||||
cache: false,
|
||||
parallel: false,
|
||||
sourceMap: false,
|
||||
sourceMap: true,
|
||||
terserOptions: {
|
||||
mangle: false,
|
||||
keep_fnames: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user