Replies: 3 comments
|
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). |
|
I opened a PR here: #2021 I've done a pass of a few things related to https://github.com/video-dev/hls.js, I'm hoping to bring down the bundle size and it looks like upgrading to Babel 8 and pushing forward the terser version will net a ~3KB saving after Brotli compression on JSDelivr which will net back ~19TB of bandwidth over the year. The CDN is nice enough to give free bandwidth so I figured I can help them out 🙂 |
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
All reactions