Skip to the content
Ressources pour apprendre (tutos, moocs, …)
En français
En anglais
Méthodologie
Outils de développement
- Prepack – A tool for making JavaScript code run faster. Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack replaces the global code of a JavaScript bundle with equivalent code that is a simple sequence of assignments. This gets rid of most intermediate computations and object allocations.