We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede954a commit 60f4796Copy full SHA for 60f4796
1 file changed
src/configure.js
@@ -182,7 +182,8 @@ export default function configure(options) {
182
plugins: (webpackConfig.plugins || []).filter( plugin => {
183
let name = plugin && plugin.constructor.name;
184
return /^\s*(UglifyJS|HTML|ExtractText|BabelMinify)(.*Webpack)?Plugin\s*$/gi.test(name);
185
- })
+ }),
186
+ node: webpackProp('node', {})
187
},
188
189
webpackMiddleware: {
0 commit comments