Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using babel-node for web production build #70

Closed
ekelen opened this issue Apr 17, 2020 · 1 comment
Closed

Stop using babel-node for web production build #70

ekelen opened this issue Apr 17, 2020 · 1 comment
Labels

Comments

@ekelen
Copy link
Collaborator

ekelen commented Apr 17, 2020

Per their docs, babel-node is not intended for production use. We should be using Babel CLI instead in the build script.

This is also preventing us from only installing production dependencies on build.

What we want: https://github.com/babel/example-node-server

Blocks #66

@moul moul added the front label Apr 22, 2020
@moul
Copy link
Member

moul commented Oct 1, 2020

moved to #2

@moul moul closed this as completed Oct 1, 2020
@moul moul mentioned this issue Oct 1, 2020
84 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants