0
{ 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.
- 的區別真的只有一個處理一個字符串或陣列和其他需要的正則表達式或數組? 和
- 是否包含與Webpack 1相同的工作?