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
Instead of setting up a TypeScript + Babel transpilation pipeline it's also possible to set up a pure Babel pipeline, as for other compile-to-JS languages now.
This has the added benefit of working the same as Flow or "vanilla" ESnext transpilation and is much easier to get right.
Instead of setting up a TypeScript + Babel transpilation pipeline it's also possible to set up a pure Babel pipeline, as for other compile-to-JS languages now.
This has the added benefit of working the same as Flow or "vanilla" ESnext transpilation and is much easier to get right.
https://babeljs.io/docs/en/next/babel-preset-typescript.html
Related: styled-components/babel-plugin-styled-components#41 (comment)
The text was updated successfully, but these errors were encountered: