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
As mentioned here, when watching is enabled (ie the development config 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.
Hi!
As mentioned here, when watching is enabled (ie the development config 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.This is hinted at in a code comment of the examples section of the docs, however it seems that people aren't noticing this. eg:
facebook/create-react-app#4346
jaredpalmer/razzle#587
As such I think it would make sense to call this out explicitly in the usage section of the docs.
The text was updated successfully, but these errors were encountered: