socket
This commit is contained in:
parent
f3cfe7ec82
commit
e584c16aaa
@ -26,7 +26,7 @@ module.exports = {
|
|||||||
devServer: {
|
devServer: {
|
||||||
contentBase: "./dist",
|
contentBase: "./dist",
|
||||||
host: "0.0.0.0",
|
host: "0.0.0.0",
|
||||||
sockPort: 443,
|
sockPort: 80,
|
||||||
disableHostCheck: true,
|
disableHostCheck: true,
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
rewrites: [{ from: /^_\/.*$/, to: "/index.html" }],
|
rewrites: [{ from: /^_\/.*$/, to: "/index.html" }],
|
||||||
|
Loading…
Reference in New Issue
Block a user