Document how to minimize JS when using aio app:deploy
#90
Labels
documentation
Improvements or additions to documentation
aio app:deploy
#90
Forking @moritzraho 's answer here to be documented --
Developer can replace our build script with a build-static hook in the package.json scripts field. https://www.adobe.io/apis/experienceplatform/project-firefly/docs.html#!AdobeDocs/project-firefly/master/guides/app-hooks.md
We did not minify by default because this was introducing bugs in some cases. However, we do tree shaking (remove uneeded code in deps) and this has shown to reduce the size already enough in most cases.
The text was updated successfully, but these errors were encountered: