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
{{ message }}
This repository was archived by the owner on Oct 27, 2020. It is now read-only.
It would be great help if someone could figure out whether it's reasonable to combine the cache-loader with the cache feature of Babel. Whether to combine both or prefer one of them etc. I think that's also a pretty fundamental question the readme should answer - Thanks!
The text was updated successfully, but these errors were encountered:
Just test it by adding and removing cache-loader, I'm not seeing any real difference in performance so my guess is that the babel cache performs as well as using cache-loader.
In my experience, with cache-loader rebuild time increased dramatically – from 2.5s to 9.5s. While initial build time decreased for ~40s.
Caching from babel-loader speeds up initial build a bit less, but does not affect rebuild time.
So I use cache-loader for caching styles only, and babel-loader caching for js.
It would be great help if someone could figure out whether it's reasonable to combine the cache-loader with the cache feature of Babel. Whether to combine both or prefer one of them etc. I think that's also a pretty fundamental question the readme should answer - Thanks!
The text was updated successfully, but these errors were encountered: