|
@@ -12,9 +12,6 @@ module.exports = merge(common, {
|
|
|
historyApiFallback: true,
|
|
|
hot: true,
|
|
|
port: config.get("frontendPort"),
|
|
|
- public: config.get("frontendDomain"),
|
|
|
- proxy: {
|
|
|
- "/sockjs-node": `http://localhost:${config.get("frontendPort")}`
|
|
|
- }
|
|
|
+ disableHostCheck: true
|
|
|
}
|
|
|
});
|