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
npm install graphql-directive-computed-property fails. : /
npm install graphql-directive-computed-property
To reproduce:
mkdir babelNotfound npm install graphql-directive-computed-property
Babel is in devDependencies, but it's actually required to build this package. Not every project has Babel as a dependency, so the options are:
devDependencies
See: https://github.com/bookercodes/articles/blob/master/how-to-build-and-publish-es6-npm-modules-today-with-babel.md
The text was updated successfully, but these errors were encountered:
@JakeHartnell definitely it should be bundled before release so I'll try to do or if you want PR is welcome :)
Sorry, something went wrong.
No branches or pull requests
npm install graphql-directive-computed-property
fails. : /To reproduce:
Babel is in
devDependencies
, but it's actually required to build this package. Not every project has Babel as a dependency, so the options are:See: https://github.com/bookercodes/articles/blob/master/how-to-build-and-publish-es6-npm-modules-today-with-babel.md
The text was updated successfully, but these errors were encountered: