🎨 改变非移动端前端编译目标为 es2021 (#7770)

* chore: target: es2021

* revert

* revert
This commit is contained in:
阿良仔 2023-03-24 20:23:38 +08:00 committed by GitHub
parent 1ee301a407
commit b0b5d209ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 deletions

View file

@ -48,6 +48,9 @@ module.exports = (env, argv) => {
use: [
{
loader: "esbuild-loader",
options: {
target: "es2021",
},
},
{
loader: "ifdef-loader", options: {