Built with our own fork of babel, whoo! (this fork is usable in external projects when building CSX-projects, it's class-properties proposal + decorators actually works...)

This commit is contained in:
2019-11-15 01:36:08 +01:00
parent 75923aba90
commit 651a96a227
9 changed files with 3084 additions and 3014 deletions

View File

@@ -9,7 +9,7 @@ A babel plugin to transform the JSX (e.g. ```<div>{this.helloWorld}</div>``` ) i
### Installation
```
npm install @cerxes/babel-plugin-transform-csx --save-dev --registry http://npm.cerxes.net
npm install @cerxes/babel-plugin-transform-csx --save-dev --registry https://npm.cerxes.net
```
And in your .babelrc file:
```