Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ const serverConfig = {
`,
},
static: false,
client: {
// See https://github.com/firefox-devtools/profiler/pull/4598#issuecomment-1529260852
// for the root cause of an error happening at load time. For this reason we
// disable the webpack overlay. We may be able to revisit after moving to
// the React 18 new API.
overlay: false,
},
};

// Allow a local file to override various options.
Expand Down