@wordpress/babel-preset-default 8.8.2 → 8.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,7 +35,7 @@ For example, if you'd like to use a new language feature proposal which has not
35
35
  ```json
36
36
  {
37
37
  "presets": [ "@wordpress/babel-preset-default" ],
38
- "plugins": [ "@babel/plugin-proposal-class-properties" ]
38
+ "plugins": [ "@babel/plugin-transform-class-properties" ]
39
39
  }
40
40
  ```
41
41