We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaf74c commit e17f249Copy full SHA for e17f249
docs/pt_BR/configurations/advanced.md
@@ -49,7 +49,10 @@ module.exports = {
49
// postcss será uma opção melhor.
50
postLoaders: {
51
html: 'babel-loader'
52
- }
+ },
53
+
54
+ // `excludedPreLoaders` should be regex
55
+ excludedPreLoaders: /(eslint-loader)/
56
}
57
58
]
@@ -80,4 +83,4 @@ module.exports = {
80
83
81
84
```
82
85
-Um uso mais prático das configurações avançadas do carregador é [extrair o CSS do componente em um único arquivo](./extract-css.md).
86
+Um uso mais prático das configurações avançadas do carregador é [extrair o CSS do componente em um único arquivo](./extract-css.md).
0 commit comments