Skip to content

Instantly share code, notes, and snippets.

@marekpiechut
Created June 22, 2021 10:53
Show Gist options
  • Select an option

  • Save marekpiechut/4b742d7c0394fd995fd5552670757edf to your computer and use it in GitHub Desktop.

Select an option

Save marekpiechut/4b742d7c0394fd995fd5552670757edf to your computer and use it in GitHub Desktop.
React-profiler
module.exports = {
//...
resolve: {
alias: {
'react-dom$': 'react-dom/profiling',
'scheduler/tracing': 'scheduler/tracing-profiling',
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment