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

回答

0

更多的研究後,我想我可以回答我的問題:

  1. 在的WebPack 1文檔測試是用於文件名和包括通常用於目錄
  2. 看起來像,但發行人似乎並不存在於Webpack 1
相關問題