Closed jeffhou closed 6 years ago
We have a working web app, but there are limitations and warnings. We currently are using hosted versions of multiple frameworks.
You are using the in-browser Babel transformer. Be sure to precompile your scripts for production.
Set up pre-compilation with downloaded babel. Solves both problems.
Investigate how to precompile Babel.
Hopefully setting up precompiling and build system solves everything here.
using just babel-cli to compile. installed babel and ran script to compile
Context
We have a working web app, but there are limitations and warnings. We currently are using hosted versions of multiple frameworks.
Need
You are using the in-browser Babel transformer. Be sure to precompile your scripts for production.
Solution
Set up pre-compilation with downloaded babel. Solves both problems.
Task
Investigate how to precompile Babel.
Deliverable
Notes
Hopefully setting up precompiling and build system solves everything here.