Skip to content
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

fix(plugin-legacy): replace esbuild-plugin-browserslist with browserslist-to-esbuild #15988

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(dep): plugin-legacy add esbuild dep
  • Loading branch information
btea committed Feb 20, 2024
commit 83479bf12f57f268a645b780232c3decf00b1319
1 change: 1 addition & 0 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@babel/preset-env": "^7.23.9",
"browserslist": "^4.23.0",
"core-js": "^3.36.0",
"esbuild": "~0.20.0",
"esbuild-plugin-browserslist": "^0.11.1",
"magic-string": "^0.30.7",
"regenerator-runtime": "^0.14.1",
Expand Down
Loading