Are there plans to update the babel-preset-solid plugin to support Babel 8? #3040
Replies: 1 comment
|
The warning is expected with the current release; Babel 8 is not declared as supported yet.
I could not find a public Solid issue or PR committing to a Babel 8 timeline, so only the maintainers can answer the plans part. For now, the supported choice is to keep Proper Babel 8 support would need the preset's test suite to pass against Babel 8 first, followed by widening the peer range (for example, to include |
Uh oh!
There was an error while loading. Please reload this page.
Really it should already be supported out of the box, no?
but installing gives the warning
warn: incorrect peer dependency "@babel/core@8.0.1"All reactions