Standardize repository settings

Set dev tool to `cheap-module-source-map`.
This commit is contained in:
Christopher Willis-Ford 2017-04-11 11:36:59 -04:00
parent 0bcc33cf4c
commit 0402b7ed8e

View file

@ -9,7 +9,7 @@ var base = {
host: '0.0.0.0',
port: process.env.PORT || 8073
},
devtool: 'source-map',
devtool: 'cheap-module-source-map',
plugins: [
new webpack.optimize.UglifyJsPlugin({
include: /\.min\.js$/,