We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the cache-loader plugin for caching an expensive loaders.
cache-loader
A proper analysis must be done, see the note from the loader documentation:
Note that there is an overhead for saving the reading and saving the cache file, so only use this loader to cache expensive loaders.
URL: https://github.com/webpack-contrib/cache-loader
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add the
cache-loader
plugin for caching an expensive loaders.A proper analysis must be done, see the note from the loader documentation:
URL: https://github.com/webpack-contrib/cache-loader
The text was updated successfully, but these errors were encountered: