|
@@ -32,7 +32,7 @@ module.exports = WebpackMerge.merge(baseConfig,{
|
|
|
minimize: true, // 压缩 bundle
|
|
minimize: true, // 压缩 bundle
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- devtool: 'source-map',
|
|
|
|
|
|
|
+ //devtool: 'source-map',
|
|
|
|
|
|
|
|
plugins: (module.exports.plugins || []).concat([
|
|
plugins: (module.exports.plugins || []).concat([
|
|
|
new webpack.LoaderOptionsPlugin({
|
|
new webpack.LoaderOptionsPlugin({
|