AlexGilleran / jsx-control-statements

Neater If and For for React JSX
https://www.npmjs.com/package/babel-plugin-jsx-control-statements
MIT License
1.62k stars 64 forks source link

Update to babel 7 #81

Closed spoldman closed 6 years ago

spoldman commented 6 years ago

I updated to latest Babel packages.

I had to remove the babel-plugin-syntax-jsx package as it was giving me errors after update. Even if I updated to latest @babel/plugin-syntax-jsx. But everything seems to work without it. All test passed and I could not find any reason for it as both jsx and js files worked fine. Might be because I'm using webpack not sure.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 66f7c21b28e005349c1460176fdb77eff51f26c8 on spoldman:issue/80 into 4042205ddbd8e2c3523e08fa198d6a0e5d9f8e86 on AlexGilleran:master.

AlexGilleran commented 6 years ago

Thanks! :D