@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
20 lines (12 loc) • 490 B
Markdown
# /plugin-transform-class-properties
> This plugin transforms static class properties as well as properties declared with the property initializer syntax
See our website [/plugin-transform-class-properties](https://babeljs.io/docs/babel-plugin-transform-class-properties) for more information.
## Install
Using npm:
```sh
npm install --save-dev /plugin-transform-class-properties
```
or using yarn:
```sh
yarn add /plugin-transform-class-properties --dev
```