added JSX support

This commit is contained in:
Henry Jameson 2018-08-27 21:25:00 +03:00
parent 2dd99c7dd9
commit b4cc1e020b
4 changed files with 99 additions and 22 deletions

View file

@ -1,5 +1,5 @@
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime", "lodash"],
"presets": ["es2015", "stage-2", "env"],
"plugins": ["transform-runtime", "lodash", "transform-vue-jsx"],
"comments": false
}