1. IgnorePlugin

防止在importrequire调用时,生成以下正则表达式匹配的模块:

  • requestRegExp匹配(test)资源请求路径的正则表达式。
  • contextRegExp(可选)匹配(test)资源上下文(目录)的正则表达式。
new webpack.IgnorePlugin(requestRegExp, [contextRegExp])

以下示例演示了此插件的几种用法。

1.1. 忽略 moment 的本地化内容

moment 2.18 会将所有本地化内容和核心功能一起打包(见该 GitHub issue)。你可使用IgnorePlugin在打包时忽略本地化内容:

new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/)
Copyright © tuzhu008 2017 all right reserved,powered by Gitbook该文件修订时间: 2017-11-22 22:04:56

results matching ""

    No results matching ""