Update excluded pages paths logic. Add HMR retries on errors.
This commit is contained in:
+1
-1
@@ -15,6 +15,6 @@ export default async function () {
|
||||
idleTimeout: development ? 0 : undefined,
|
||||
development,
|
||||
websocket: config?.websocket,
|
||||
..._.omit(config?.serverOptions || {}, ["fetch"]),
|
||||
..._.omit(config?.server_options || {}, ["fetch"]),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user