Skip to content
Snippets Groups Projects
Commit 6fb11a60 authored by syuilo's avatar syuilo
Browse files

Disable source map

parent fea996d6
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ module.exports = entries.map(x => {
modules: ['node_modules', './webpack/loaders']
},
cache: true,
devtool: 'source-map',
devtool: false, //'source-map',
optimization: {
minimize: isProduction && doMinify
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment