Open dimkir opened 5 years ago
Looks like with default transpilation settings, auto-bind is transpiled (and so is index.js
)
exclude
has precedence over include/test
:Once I added exclude
option, it now skips transpiling the whole of the node_modules
folder.
But it still transpiled the index.js
Just by adding exclude
, we get problems with the non-ES5 libraries.
Just setting baseline for our future comparisons:
As expected arrow function not transpiled in
index.js
As expected arrow function not transpiled in
auto-bind/index.js