Skip to content

Replaced @babel/plugin-proposal-class-properties with @babel/plugin-transform-class-properties

Choose a tag to compare

@ijlee2 ijlee2 released this 14 Jul 04:25
· 86 commits to main since this release

The Babel plugin had been renamed to @babel/plugin-transform-class-properties (there have been no recent releases for the plugin with the old name).

To migrate your v2 addon:

  • Uninstall @babel/plugin-proposal-class-properties
  • Install @babel/plugin-transform-class-properties
  • Update babel.config.json accordingly

For more information, you can check the changes to test fixtures in #56.