diff --git a/webpack.config.js b/webpack.config.js index eac887bad..5d21bb444 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -70,7 +70,7 @@ module.exports = { {test: /\.json$/, loader: "json"}, { test: /\.jsx?$/, - include: /.\/(content-src|content-test)\//, + include: /.\/(common|content-src|content-test)\//, loader: "babel" } ]