Actions
Architecture #21133
closedMinify the javascript produced by elm
Fix check:
To do
Regression:
Description
produced js tends to be big, we should minify it.
- https://guide.elm-lang.org/optimization/asset_size.html for reference
- https://github.com/mdgriffith/elm-optimize-level-2/blob/master/notes/minification.md for the terser config to use
Actions