|
@@ -22,11 +22,11 @@ module.exports = merge(common, {
|
|
|
hot: true,
|
|
|
port: config.get("frontendPort"),
|
|
|
public: config.get("frontendDomain"),
|
|
|
+ host: "0.0.0.0",
|
|
|
watchOptions: {
|
|
|
- aggregateTimeout: 300,
|
|
|
- poll: 1000
|
|
|
+ ignored: /node_modules/
|
|
|
},
|
|
|
- host: "0.0.0.0",
|
|
|
- disableHostCheck: true
|
|
|
+ disableHostCheck: true,
|
|
|
+ stats: { chunks: false, children: false }
|
|
|
}
|
|
|
});
|