Replies: 1 comment
-
Install speed-measure-webpack-plugin. Then update your react-scripts script in package.json like this:
Create a config-overrides.js file to inject the plugin. This won't require ejecting CRA. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a legacy CRA app, and it's taking a very long time to build each time a change is made to certain files.
Is there any way to benchmark or profile the build time?
Wondering if there're ways to inject
time
before and after the build process without ejecting or modifying CRA if possible.Other suggestions are welcomed as well.
Beta Was this translation helpful? Give feedback.
All reactions