Skip to content

Commit

Permalink
refactor: replace proposal babel plugins with ecmascript transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 7, 2023
1 parent 0e416b1 commit 1fb4d8c
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 222 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -26,9 +26,9 @@
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-transform-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
Expand Down Expand Up @@ -77,4 +77,4 @@
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@8.7.4"
}
}

0 comments on commit 1fb4d8c

Please sign in to comment.