We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
esbuild 0.17.0 语法有 Breaking change ,需要改动所有使用 watch 的地方。
参考:https://github.com/evanw/esbuild/releases/tag/v0.17.0
做法:
升级所有 esbuild 到 0.17.0
改动所有 esbuild watch 的地方到新语法
The text was updated successfully, but these errors were encountered:
目前 vite 已 breaking 到 esbuild 0.17.x ,vitejs/vite#11908
这个升级应该加上日程, @Chastrlove 如果有空的话,这个 PR 可以重开一下,没时间的话后面我来搞也行。
Sorry, something went wrong.
目前 vite 已 breaking 到 esbuild 0.17.x ,vitejs/vite#11908 这个升级应该加上日程, @Chastrlove 如果有空的话,这个 PR 可以重开一下,没时间的话后面我来搞也行。
新开了一个PR,xn review 下
Successfully merging a pull request may close this issue.
Background
esbuild 0.17.0 语法有 Breaking change ,需要改动所有使用 watch 的地方。
参考:https://github.com/evanw/esbuild/releases/tag/v0.17.0
做法:
升级所有 esbuild 到 0.17.0
改动所有 esbuild watch 的地方到新语法
The text was updated successfully, but these errors were encountered: