You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the ES Module build uses ES6 modules and ES6 syntax in the TypeScript config. We should target ES6 modules but ES5 syntax, to ensure no ES6 code can accidentally slip into IE11 when consumed by clients.
This is not a problem for the thumbprint-react package, since it uses Rollup and babel-plugin-typescript, rather than the tsc command directly.
Right now the ES Module build uses ES6 modules and ES6 syntax in the TypeScript config. We should target ES6 modules but ES5 syntax, to ensure no ES6 code can accidentally slip into IE11 when consumed by clients.
This is not a problem for the thumbprint-react package, since it uses Rollup and
babel-plugin-typescript
, rather than thetsc
command directly.cc @danoc
The text was updated successfully, but these errors were encountered: