diff --git a/support/webpack.config.js b/support/webpack.config.js index c0dd968ef..cd5340964 100644 --- a/support/webpack.config.js +++ b/support/webpack.config.js @@ -12,7 +12,7 @@ module.exports = { module: { loaders: [{ test: /\.js$/, - exclude: /(node_modules|bower_components)/, + include: /debug/, loader: 'babel', // 'babel-loader' is also a legal name to reference query: { presets: ['es2015']