...
|
...
|
@@ -29,8 +29,8 @@ _.mergeWith(baseConfig, { |
|
|
devServer: {
|
|
|
host: '0.0.0.0',
|
|
|
port: devInfo.port,
|
|
|
publicPath: devInfo.publicPath,
|
|
|
contentBase: [path.join(__dirname, './bundle/'), path.join(__dirname, '../')],
|
|
|
publicPath: baseConfig.output.publicPath,
|
|
|
hot: true,
|
|
|
inline: true,
|
|
|
compress: true,
|
...
|
...
|
|