[WIP] Remove commented-out line in webpack

This commit is contained in:
Benaiah Mischenko 2017-06-13 18:43:43 -07:00
parent 25225121ed
commit d8228bcdff

View File

@ -57,7 +57,6 @@ module.exports = merge.smart(require('./webpack.base.js'), {
hot: true,
contentBase: 'example/',
historyApiFallback: true,
// devTool: 'cheap-module-source-map',
disableHostCheck: true,
headers: {"Access-Control-Allow-Origin": "*"},
},