Replies: 1 comment
-
Code spliting helps speeding up compiling codes. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a project using typescript and creact-react-app.
My problem is that it takes a long time for cra to make a production build.
I dont' make a code spliting to this project now.Should I do this for speeding up my building speed.
Here is the diagnostics:
It take almost 6 mins to finish building even though i disable
forkTsCheckerPlugin
by the help ofreact-app-rewired
.Beta Was this translation helpful? Give feedback.
All reactions