Commit 2e4f3e20 authored by 武广's avatar 武广

fix: 去掉sourcemap

parent 3a1b61e8
......@@ -62,7 +62,7 @@ export default {
targets: {
ie: 11,
},
devtool: 'hidden-source-map',
devtool: false, // 'hidden-source-map',
// devtool: '#source-map',
// uglifyJSOptions: {
// sourceMap: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment