1. 匹配字符串中不存在XXX的正则
      1. // 匹配字符串中不包含node_modules\@web\chart的字符串
      2. const reg = /node_modules(?!\\@web\\chart)/i