Disable webpack source map

This commit is contained in:
Alasdair Smith 2018-04-06 11:28:21 +01:00
parent 8ff1492962
commit fba5e4f80a

View file

@ -5,8 +5,7 @@ const merge = require('webpack-merge')
const base = require('./webpack.config')
module.exports = merge(base, {
// Enable a full source map.
devtool: 'source-map',
devtool: false,
output: {
// Override output path to minjs dir