Replacing code for production with Babel transformation

If you are building some sort of an app, Babel is probably part of your build system. It is that thing which converts our fancy code to valid, working in a browser, JavaScript. Just recently at work I had to design a solution that swaps a class based o…


This content originally appeared on Krasimir Tsonev - blog and was authored by Krasimir Tsonev - blog

If you are building some sort of an app, Babel is probably part of your build system. It is that thing which converts our fancy code to valid, working in a browser, JavaScript. Just recently at work I had to design a solution that swaps a class based on the environment. Or in another words, we have logic that should not reach our users. The file should be available locally and on our staging environment but not in production. A tiny Babel plugin was the cheapest solution for me so I decided to share the result.


This content originally appeared on Krasimir Tsonev - blog and was authored by Krasimir Tsonev - blog


Print Share Comment Cite Upload Translate Updates
APA

Krasimir Tsonev - blog | Sciencx (2021-02-07T21:52:56+00:00) Replacing code for production with Babel transformation. Retrieved from https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/

MLA
" » Replacing code for production with Babel transformation." Krasimir Tsonev - blog | Sciencx - Sunday February 7, 2021, https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/
HARVARD
Krasimir Tsonev - blog | Sciencx Sunday February 7, 2021 » Replacing code for production with Babel transformation., viewed ,<https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/>
VANCOUVER
Krasimir Tsonev - blog | Sciencx - » Replacing code for production with Babel transformation. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/
CHICAGO
" » Replacing code for production with Babel transformation." Krasimir Tsonev - blog | Sciencx - Accessed . https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/
IEEE
" » Replacing code for production with Babel transformation." Krasimir Tsonev - blog | Sciencx [Online]. Available: https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/. [Accessed: ]
rf:citation
» Replacing code for production with Babel transformation | Krasimir Tsonev - blog | Sciencx | https://www.scien.cx/2021/02/07/replacing-code-for-production-with-babel-transformation/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.