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
I'm working on upgrading something to use 1.0.0, and am running into this error:
Error: Failed to load plugin jsx-a11y: Cannot find module '../util/attributes/ARIA'
I believe this is because the build step doesn't bring the JSON files over to the lib directory from src.
The text was updated successfully, but these errors were encountered:
ah fixing now. you're right. just manually doing a cp command for that now. hmm why can't babel handle that?
cp
Sorry, something went wrong.
[fix] - Copy JSON files to lib on build as well.
9ab61a1
Should be fixed in v1.0.1
Thanks for the fast fix! FYI airbnb/javascript#838
No branches or pull requests
I'm working on upgrading something to use 1.0.0, and am running into this error:
I believe this is because the build step doesn't bring the JSON files over to the lib directory from src.
The text was updated successfully, but these errors were encountered: