Authored by 郭成尧

source-map-config

... ... @@ -21,7 +21,7 @@ module.exports = merge(baseConfig, {
output: {
publicPath: devInfo.publicPath
},
devtool: 'source-map',
devtool: 'eval',
performance: {
maxEntrypointSize: 2048000,
maxAssetSize: 2048000
... ...