storybookjs / react-inspector

🔍 Power of Browser DevTools inspectors right inside your React app

Home Page:https://5d8cb665bc622e0020296079-dippbxxgcq.chromatic.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package contains ES2015 code

jamiewinder opened this issue · comments

I don't know if you consider this to be an issue or not, but the dist code for this package now includes ES2015+ code (as of v3.0.0). For example, const and let. I'm able to transpile this myself of course, but I find it rare to have to do so for a library so I'm not sure if it's intentional or not.

Thanks for reporting this issue. Looks that babel didn't transform const / let. Will take a look.