Skip to content

Commit 20187a6

Browse files
authored
Update advanced.md for ja (#745)
* sync advanced section * translate 'excludedPreLoaders' option
1 parent a8b2688 commit 20187a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/ja/configurations/advanced.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ module.exports = {
4646
// postcss プラグインを使用する方が良い選択になります。
4747
postLoaders: {
4848
html: 'babel-loader'
49-
}
49+
},
50+
51+
// `excludedPreLoaders` は正規表現で設定する必要があります。
52+
excludedPreLoaders: /(eslint-loader)/
5053
}
5154
}
5255
]

0 commit comments

Comments
 (0)