diff --git a/webpack.common.config.js b/webpack.common.config.js index 97c9153644..93c59deb75 100644 --- a/webpack.common.config.js +++ b/webpack.common.config.js @@ -48,7 +48,7 @@ var workerConfig = function() { { test: /\.(js|jsx)$/, include: [ - /node_modules\/@edx/ + /node_modules\// ], use: 'babel-loader' }