Revert to yarn.lock from master, previous Webpack RC

This commit is contained in:
Ben Word
2017-01-11 16:50:44 -07:00
parent 7a3e792d73
commit 8bd55bba58
3 changed files with 92 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ module.exports = {
plugins: [
new webpack.optimize.OccurrenceOrderPlugin(),
new webpack.HotModuleReplacementPlugin(),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.NoErrorsPlugin(),
new BrowserSyncPlugin({
target: config.devUrl,
publicPath: config.publicPath,