Replies: 1 comment
-
|
Can't speak to the maintainers' plans, but functionally 7.1.0 already works with Babel 8. I ran a rollup build with So the unmet-peer is only the declared range ( "pnpm": { "peerDependencyRules": { "allowedVersions": { "@babel/core": "8" } } }(verified: zero peer warnings, deps resolve). On npm, You can use it today. Whether 7.x gets an official peer bump is the maintainers' call (the earlier #1889 was abandoned). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Babel 8 has just been released. I've seen an attempt to upgrade to 8.0 last year, in #1889, which has been closed as "abandoned".
Does this mean that there will not be a
@rollup/plugin-babelsupporting Babel 8?@rollup/plugin-babelFeature Use Case
Use with Babel 8 and meet peer dependencies constraints without warnings
Feature Proposal
Official Babel 8 compatibility
Beta Was this translation helpful? Give feedback.
All reactions