Skip to content

Conversation

samjt
Copy link
Contributor

@samjt samjt commented May 15, 2019

I've realised that the inclusion of the @babel/plugin-transform-runtime wasn't actually enough, there needs to also be a dependency on @babel/runtime itself. I've added this as a dependency on for the library itself rather than a peerDep as I understand that it's supposed to be non-polluting.

I must have already had it installed from testing when I was proposing adding the plugin to .babelrc

See https://babeljs.io/docs/en/babel-plugin-transform-runtime#technical-details for information on why

I've realised that the inclusion of the `@babel/plugin-transform-runtime` wasn't actually enough, there needs to also be a dependency on `@babel/runtime` itself. I've added this as a dependency on for the library itself rather than a peerDep.

see https://babeljs.io/docs/en/babel-plugin-transform-runtime#technical-details for information on why
@codecov-io
Copy link

codecov-io commented May 15, 2019

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   63.15%   63.15%           
=======================================
  Files          34       34           
  Lines         228      228           
  Branches       23       23           
=======================================
  Hits          144      144           
  Misses         76       76           
  Partials        8        8

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 739dddb...f159711. Read the comment docs.

@idanlo
Copy link
Owner

idanlo commented May 21, 2019

@samjt The build is failing. Can you try moving that to the devDependencies?

@JB1905
Copy link
Contributor

JB1905 commented May 21, 2019

@JB1905 The build is failing. Can you try moving that to the devDependencies?

Did you mean @samjt?

@samjt
Copy link
Contributor Author

samjt commented May 28, 2019

I've updated to devdep and it's passing now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants