Skip to content

Commit

Permalink
Rename babel class properties plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep committed Jul 1, 2023
1 parent bfb1de5 commit d48a9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/bundle.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module.exports.babelOptions = ({ latestBuild, isProdBuild, isTestBuild }) => ({
"@babel/plugin-proposal-decorators",
{ version: "2018-09", decoratorsBeforeExport: true },
],
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-class-properties",
].filter(Boolean),
exclude: [
// \\ for Windows, / for Mac OS and Linux
Expand Down

0 comments on commit d48a9e3

Please sign in to comment.