Skip to content

Commit

Permalink
@babel/plugin-transform-class-properties instead of @babel/plugin-pro…
Browse files Browse the repository at this point in the history
…posal-class-properties
  • Loading branch information
oyejorge committed Oct 19, 2023
1 parent 097306d commit 57dd89f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .config/babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
[
"@babel/preset-env",
{
loose: true,
bugfixes: true,
modules: false
"loose": true,
"bugfixes": true,
"modules": false
}
],
"@babel/typescript"
],
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }]
["@babel/plugin-transform-class-properties", { "loose": true }]
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-class-properties": "^7.22.5",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@lodder/grunt-postcss": "^3.0.0",
Expand Down

0 comments on commit 57dd89f

Please sign in to comment.