Skip to content

Commit 1fb4d8c

Browse files
committed
refactor: replace proposal babel plugins with ecmascript transforms
1 parent 0e416b1 commit 1fb4d8c

3 files changed

Lines changed: 192 additions & 222 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"devDependencies": {
2727
"@babel/core": "^7.22.15",
2828
"@babel/plugin-proposal-decorators": "^7.22.15",
29-
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
30-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
31-
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
29+
"@babel/plugin-transform-export-namespace-from": "^7.18.9",
30+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.18.6",
31+
"@babel/plugin-transform-optional-chaining": "^7.21.0",
3232
"@babel/plugin-syntax-class-properties": "^7.12.13",
3333
"@babel/plugin-syntax-import-assertions": "^7.22.5",
3434
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
@@ -77,4 +77,4 @@
7777
"webpack-cli": "^5.1.4"
7878
},
7979
"packageManager": "pnpm@8.7.4"
80-
}
80+
}

0 commit comments

Comments
 (0)