0
ドキュメントは言う:Webpack 2のテストとインクルードの違いは何ですか?
{ test: Condition }: The Condition must match. The convention is to provide a RegExp or array of RegExps here, but it's not enforced.
{ include: Condition }: The Condition must match. The convention is to provide a string or array of strings here, but it's not enforced.
- は、1つの文字列または配列を取り、他の正規表現や配列をとることだけは本当に違いますか? と
- Webpack 1と同じ作業が含まれていますか?