-
Notifications
You must be signed in to change notification settings - Fork 1
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
Loading: initial translation #4
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пока что просмотрел только 1 файл, еще не закончил ревью...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
фуф, я закончил :)
* Besides Babel, webpack supports other solutions like TypeScript or Flow. Flow can complement Babel while TypeScript represents an entire language compiling to JavaScript. | ||
* Babel даёт контроль, какие браузеры нужно поддерживать. Он может компилировать возможности ES2015+ в формат, понятную более старому браузеру. Пакет *babel-preset-env* полезен тем, что позволяет выбирать, какие функциональные возможности компилировать и какие полифилы использовать, ориентируясь на определение браузера. | ||
* Babel позволяет использовать экспериментального возможности языка. Вы можете найти множество плагинов, улучшающие разработку и продакшен-сборку через оптимизации. | ||
* Функциональность Babel может быть включена для каждой цели разработки. Таким образом, вы можете быть уверены, что используете правильные плагины в нужном месте. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-> "... для каждого целевого окружения (окружения разработки)"
No description provided.