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
The current approach doesn't properly invalidate the cache when changing the ignore list.
The intended way is by using loadConfig, as used by the default resovler: https://github.com/parcel-bundler/parcel/blob/d1d24bf2bda29b23f7351548fa0e3cbf93983acb/packages/resolvers/default/src/DefaultResolver.js#L11-L14
loadConfig
The text was updated successfully, but these errors were encountered:
9e141f4
Thanks @mischnic! Fixed.
Sorry, something went wrong.
No branches or pull requests
The current approach doesn't properly invalidate the cache when changing the ignore list.
The intended way is by using
loadConfig
, as used by the default resovler:https://github.com/parcel-bundler/parcel/blob/d1d24bf2bda29b23f7351548fa0e3cbf93983acb/packages/resolvers/default/src/DefaultResolver.js#L11-L14
The text was updated successfully, but these errors were encountered: