Skip to content

Commit 91bd427

Browse files
authored
chore: Upgrades babel and related (#664)
* chore: upgrades babel deps * chore: updates deprecated class properties See the @babel/plugin-proposal-class-properties package on npm for reference
1 parent 44ddc8e commit 91bd427

File tree

3 files changed

+937
-813
lines changed

3 files changed

+937
-813
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ module.exports = {
1414
],
1515
plugins: [
1616
"@babel/plugin-transform-async-generator-functions",
17-
"@babel/plugin-proposal-class-properties",
17+
"@babel/plugin-transform-class-properties",
1818
],
1919
};

0 commit comments

Comments
 (0)