Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimizing: WIP #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manuscript/09_Optimizing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-# Optimizing
-# Оптимизация

In this part, you will learn about aspects like code minification, setting environment variables, adding hashing to filenames, webpack manifest, and analyzing build statistics. Understanding these techniques allows you to reach production level output. You also learn about tuning webpack performance.
В этой части вы узнаете о таких аспектах, как минификация кода, установка переменных окружения, добавление хеширования к именам файлов, манифест webpack и анализ статистики сборки. Понимание этих методов позволяет достичь сборки продакшен-уровня. Также вы узнаете о настройке производительности webpack.
Loading