Fix: build without sourcemap

This commit is contained in:
Dreamacro 2018-10-29 20:01:23 +08:00
parent 855ccf1bf8
commit 68af11cbff

View File

@ -13,7 +13,6 @@ module.exports = merge(commonConfig, {
path: resolve(__dirname, '../../dist'), path: resolve(__dirname, '../../dist'),
publicPath: '/', publicPath: '/',
}, },
devtool: 'source-map',
plugins: [ plugins: [
new ManifestPlugin({ new ManifestPlugin({
name: 'Clash', name: 'Clash',