Fix webpack.config.js.

This commit is contained in:
Alexis Lahouze 2017-10-09 08:48:55 +02:00
parent 936c5caa5b
commit 427272514b

View File

@ -99,7 +99,6 @@ module.exports = {
}] }]
}, },
plugins: [ plugins: [
}),
new webpack.ProvidePlugin({ new webpack.ProvidePlugin({
"window.jQuery": "jquery" "window.jQuery": "jquery"
}), }),