We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a7277 commit eb6ea23Copy full SHA for eb6ea23
1 file changed
lib/child-process.js
@@ -22,6 +22,7 @@ process.on('message', m => {
22
});
23
webpackTool.createWebpackServer(compiler, {
24
hot: webpackConfig.target !== 'node',
25
+ target: webpackConfig.target,
26
port: webpackTool.config.port + option.index,
27
publicPath: webpackConfig.output.publicPath,
28
0 commit comments