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
When I do yarn run build, I get a lot of the following warnings:
yarn run build
"node_modules/ramda/src/index.js" contains an annotation that Rollup cannot interpret"
I don't see this warning when I use yarn run dev.
yarn run dev
fast-shuffle is the only package in my package.json that uses ramda.
fast-shuffle
package.json
ramda
Any way to avoid these messages?
The text was updated successfully, but these errors were encountered:
looks like a problem with Rollup, no? rollup/rollup#5332 seems related, what version of Rollup are you using?
regardless, i'm happy to push out a new version of the library which might alleviate your problem.
Sorry, something went wrong.
Please try v6.1.1, i hope that fixes things for you!
6.1.1
No branches or pull requests
When I do
yarn run build
, I get a lot of the following warnings:"node_modules/ramda/src/index.js" contains an annotation that Rollup cannot interpret"
I don't see this warning when I use
yarn run dev
.fast-shuffle
is the only package in mypackage.json
that usesramda
.Any way to avoid these messages?
The text was updated successfully, but these errors were encountered: