Closed guillaumewuip closed 4 years ago
Fixes #374
This makes tsc transpile code to ES5 (but with ES6 import / export module option) for the esm bundle be both tree-shakable and IE-11 compatible.
tsc
import
export
Mmh I just understand it's not tsc but babel that is in use so this is not enough
Fixes #374
This makes
tsc
transpile code to ES5 (but with ES6import
/export
module option) for the esm bundle be both tree-shakable and IE-11 compatible.