🏗 Add @babel/runtime as a dependency#22
🏗 Add @babel/runtime as a dependency#22themgoncalves merged 2 commits intomasterfrom unknown repository
Conversation
Signed-off-by: Reece Dunham <[email protected]>
|
Any timeline on when this will be reviewed, merged, and released? I'm coming from facebook/docusaurus#3003 |
themgoncalves
left a comment
There was a problem hiding this comment.
Hi @RDIL, thanks for contribution, but sadly I cannot accept this pull request as it contains changes outside of the scope.
For that, I recommend you to only add the @babel/runtime into devDependencies (not dependencies itself) and remove all other changes that you made.
Cheers.
|
@cspotcode per commend above. |
|
@themgoncalves I can revert the other changes, but this does need to be in normal dependencies, because it imports from the |
|
From
|
|
@RDIL, @ylemkimon you can find this |
Signed-off-by: Reece Dunham [email protected]
Summary
@babel/runtimeas a dependencyWhy
The project currently breaks on Yarn v2 because
@babel/plugin-transform-runtimecalls@babel/runtime, which is not explicitly declared as one of the project's dependencies.Checklist
errorsorwarningsapproved terminologyunit tests, if apply.