diff --git a/webpack.config.js b/webpack.config.js index 939a583..a60550b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { filename: './dist/bundle.js' }, module: { - loaders: [ + use: [ { test: /\.js$/, exclude: /node_modules/