systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
83 stars 33 forks source link

fix babelOptions wrong position when use with jsx #79

Closed wyntau closed 7 years ago

wyntau commented 7 years ago

In README, react: true should be in babelOptions.

I updated my systemjs-example for using systemjs to load es6 module, jsx, ts and tsx, and found the wrong react config position. This lead to my long time fail when using babel to transpile jsx files on the fly

wyntau commented 7 years ago

duplicate with #78 closed