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 caching to babel-loader using options.
babel-loader
The text was updated successfully, but these errors were encountered:
feat(scripts): add cache to babel loader for js and ts
e87abd6
This would default to node_modules/.cache/babel-loader which is a sane default. See #472
test: fix and add tests for babel-loader cache
b39950c
Update snapshots for new options added to babel-loader. Also add test case for specificity. See #472
swashata
No branches or pull requests
Add caching to
babel-loader
using options.The text was updated successfully, but these errors were encountered: