diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js index 1d0c7a01..1faa891e 100644 --- a/frontend/webpack.config.js +++ b/frontend/webpack.config.js @@ -6,7 +6,7 @@ const config = module.exports = { module: { loaders: [ { - test: /\.js$/, + test: /\.(js|jsx)?$/, exclude: /node_modules/, loaders: [ "babel-loader?cacheDirectory"