diff --git a/webpack.config.js b/webpack.config.js index abe296cf13f7da..851d5ae5b8343c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,7 +48,10 @@ const config = { }, { test: /\.js$/, - exclude: /node_modules/, + include: [ + __dirname + '/modules', + __dirname + '/node_modules/hpq' + ], use: 'babel-loader' }, {