Skip to content

Commit e17f249

Browse files
anteriovieirakazupon
authored andcommitted
[Docs] Updated (#732)
1 parent acaf74c commit e17f249

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/pt_BR/configurations/advanced.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ module.exports = {
4949
// postcss será uma opção melhor.
5050
postLoaders: {
5151
html: 'babel-loader'
52-
}
52+
},
53+
54+
// `excludedPreLoaders` should be regex
55+
excludedPreLoaders: /(eslint-loader)/
5356
}
5457
}
5558
]
@@ -80,4 +83,4 @@ module.exports = {
8083
}
8184
```
8285

83-
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

Comments
 (0)