mirror of
https://github.com/symfony/stimulus-testing.git
synced 2026-03-24 09:02:06 +01:00
babel-env is deprecated #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fantomtracks on GitHub (Oct 2, 2023).
In the readme we have this
"presets": ["@babel/env"]line but the package is deprecated. Should we use @babel/preset-env insted ?@weaverryan commented on GitHub (Oct 2, 2023):
Definitely! In fact, the paragraph above we say
@babel/preset-env, but the code block is wrong. Can you open a pull request to change that?