Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,7 +21,7 @@ module.exports = merge(baseConfig, { | @@ -21,7 +21,7 @@ module.exports = merge(baseConfig, { | ||
21 | output: { | 21 | output: { |
22 | publicPath: devInfo.publicPath | 22 | publicPath: devInfo.publicPath |
23 | }, | 23 | }, |
24 | - devtool: 'source-map', | 24 | + devtool: 'eval', |
25 | performance: { | 25 | performance: { |
26 | maxEntrypointSize: 2048000, | 26 | maxEntrypointSize: 2048000, |
27 | maxAssetSize: 2048000 | 27 | maxAssetSize: 2048000 |
-
Please register or login to post a comment