Should ES6 be transpiled down or leave it?
AndrewJakubowicz opened this issue · 1 comments
AndrewJakubowicz commented
Currently the component only works on Chrome because of ES6 syntax. Safari and Firefox both don't work. However after transpilation the component works on all modern browsers.
Should I add transpilation or let importing projects handle it?
AndrewJakubowicz commented
ES6 is fine for the component. Make sure to transpile before testing on different browsers.