Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bundler): bypass a nasty terser compress bug by using fast-minify…
…-mode The original code supposed to use fast-minify-mode, but somehow it did not. This fix turns on fast-minify-mode, that disables compress. The resulting minified size is surprisingly almost as small as normal mode, but it only uses a quarter of the time. https://github.com/terser-js/terser#terser-fast-minify-mode closes #928
- Loading branch information