Cristian Bogdan

Results 2 comments of Cristian Bogdan

My use case is as follows: a react-based library uses ES6 export. Therefore it has to be imported within a . Then that script needs to use Babel to make...

Actually it is also possible to skip ES6 import and parse the library with Babel so all imports and exports are transpiled (and not really used, but at least the...