-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build!: bump targets #8045
build!: bump targets #8045
Conversation
I think you forgot to change this one.
|
I did not forgot that, I left that over due to this is the legacy plugin |
Co-authored-by: 翠 / green <green@sapphi.red>
IIUC |
@patak-dev Could you approve this statement? |
@Shinigami92 yes, internal Vite plugins will also require Node 14.16+, same as core. |
Description
Bumping targets
Additional context
According to this table https://kangax.github.io/compat-table/es2016plus/ it is mostly safe to go with ES2020
The lowest node version would be
v14.6.0
. This is also the requirement in package.json and in vitest and other "modern" packages.What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).