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
I think it makes sense to update the framework to TypeScript and use its compiler to transpile to ES6 and use Babel to consequently transpile to ES5 (so things like async/await are transpiled correctly).
Also thinking about using Webpack for bundling instead.
Thoughts?
The text was updated successfully, but these errors were encountered:
I think it makes sense to update the framework to TypeScript and use its compiler to transpile to ES6 and use Babel to consequently transpile to ES5 (so things like async/await are transpiled correctly).
Also thinking about using Webpack for bundling instead.
Thoughts?
The text was updated successfully, but these errors were encountered: