Skip to content

Instantly share code, notes, and snippets.

@aktaumag
Created April 23, 2023 21:57
Show Gist options
  • Save aktaumag/e4f392d70dc01a0f5a502f3f675aa7d0 to your computer and use it in GitHub Desktop.
Save aktaumag/e4f392d70dc01a0f5a502f3f675aa7d0 to your computer and use it in GitHub Desktop.
Оптимизация и сжатие JS файлов
Оптимизация и сжатие JS файлов
@aktaumag
Copy link
Author

aktaumag commented Apr 23, 2023

https://www.toptal.com/developers/javascript-minifier
Не проверял, но стили они очень хорошо сжимают и удаляют дубли правил в коде.

https://minify-js.com/
Работает на базе Terser, который рекомендует гугл.
Снимаем все галочки.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment