You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up razzle with babel and when I do a razzle start, the client compilation takes about ~1.3 minutes to complete (its a huge project 😢). What I observed was, it was reading everything from the node_modules folder and the rest of the TS code while compiling the client. Not sure if that is something that is taking the time.
Is there a way to avoid looking into node_modules folder which might speed up the process? What I am assuming is, the node_modules lookup is what is taking the most time. I might be missing something here.
Config
razzle version: 4.0.5
babel version: 7.18.2
Thanks in advance!!
The text was updated successfully, but these errors were encountered:
❓Question
Hi
I have set up razzle with babel and when I do a
razzle start
, the client compilation takes about ~1.3 minutes to complete (its a huge project 😢). What I observed was, it was reading everything from thenode_modules
folder and the rest of the TS code while compiling the client. Not sure if that is something that is taking the time.Is there a way to avoid looking into
node_modules
folder which might speed up the process? What I am assuming is, thenode_modules
lookup is what is taking the most time. I might be missing something here.Config
razzle version: 4.0.5
babel version: 7.18.2
Thanks in advance!!
The text was updated successfully, but these errors were encountered: