Commit daca937e authored by Alexander Sokolov's avatar Alexander Sokolov Committed by kazuya kawaguchi

docs: [RU] Translation update (#1488)

* [RU] Translation moved to VuePress

* custom-block.md example fix

* fix link

* options.md правка

* testing.md fix links

* linting.md fix link

* options.md added new section

* options.md add exposeFilename

* guide/README.md update

* README.md обновление
parent 6870fdea
...@@ -86,3 +86,7 @@ module.exports = { ...@@ -86,3 +86,7 @@ module.exports = {
``` ```
Также смотрите [перечень настроек](../options.md), где перечислены все доступные опции загрузчика. Также смотрите [перечень настроек](../options.md), где перечислены все доступные опции загрузчика.
::: warning ВНИМАНИЕ
При разработке библиотеки или работе в монорепозитории, имейте ввиду, что импорты CSS **являются сайд-эффектами**. Убедитесь, что **удалили** `"sideEffects": false` в `package.json`, в противном случае фрагменты CSS будут удалены webpack в сборках для production.
:::
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment