Updated webpack deps.

This commit is contained in:
orangemug
2017-11-07 11:05:30 +00:00
parent 41e1704d08
commit b5ca0fa17b
4 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ module.exports = {
filename: 'bundle.js'
},
resolve: {
extensions: ['', '.js', '.jsx']
extensions: ['.js', '.jsx']
},
module: {
noParse: [
@@ -48,7 +48,7 @@ module.exports = {
host: HOST
},
plugins: [
new webpack.NoErrorsPlugin(),
new webpack.NoEmitOnErrorsPlugin(),
new webpack.HotModuleReplacementPlugin(),
new HtmlWebpackPlugin({
title: 'Maputnik',