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
This configuration is fine in production, however as mentioned here, when watching is enabled (ie in development mode with webpack-dev-server) the poolTimeout option should be changed from its default of 500 ms to Infinity to avoid paying the overhead of worker startup on every rebuild.
Hola! So here's the deal, between open source and my day job and life and what not, I have a lot to manage, so I use a GitHub bot to automate a few things here and there. This particular GitHub bot is going to mark this as stale because it has not had recent activity for a while. It will be closed if no further activity occurs in a few days. Do not take this personally--seriously--this is a completely automated action. If this is a mistake, just make a comment, DM me, send a carrier pidgeon, or a smoke signal.
Hi!
Currently razzle uses thread-loader to speed up babel-loader:
razzle/packages/razzle/config/createConfig.js
Line 134 in 0632d9b
This configuration is fine in production, however as mentioned here, when watching is enabled (ie in development mode with webpack-dev-server) the
poolTimeout
option should be changed from its default of500
ms toInfinity
to avoid paying the overhead of worker startup on every rebuild.See:
https://github.com/webpack-contrib/thread-loader#examples
The text was updated successfully, but these errors were encountered: