Created
June 22, 2021 10:53
-
-
Save marekpiechut/4b742d7c0394fd995fd5552670757edf to your computer and use it in GitHub Desktop.
React-profiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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