Fix spaces
parent
e0954f330a
commit
3d65ff06e9
|
@ -744,7 +744,7 @@ module.exports = (env, argv) => {
|
|||
hot: "only",
|
||||
|
||||
// Disable host check
|
||||
allowedHosts: 'all',
|
||||
allowedHosts: "all",
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue