diff --git a/webpack.config.js b/webpack.config.js index 97e257a..1c94819 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -21,7 +21,7 @@ module.exports = { module: { rules: [ { - test: /\.jsx?$/, + test: /\.js?$/, exclude: [/node_modules/], use: [{ loader: 'babel-loader',