Skip to content

WIP: feat: Use AOT when building the app for production env

Maxime Robert requested to merge front/aot into master

AOT is the action to compile the templates into javascript function so the app can be executed faster into the browser. (it doesn't have to compile templates on the fly every time we reload the page !)

Merge request reports