Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angular nrwl/nx 8.8.0的许可证网页包插件错误_Angular_Webpack_Nrwl Nx - Fatal编程技术网

Angular nrwl/nx 8.8.0的许可证网页包插件错误

Angular nrwl/nx 8.8.0的许可证网页包插件错误,angular,webpack,nrwl-nx,Angular,Webpack,Nrwl Nx,将nrwl/nx升级到v 8.8.0后,我遇到以下错误: An unhandled exception occurred: license-webpack-plugin: Please specify a regular expression as the pattern property on the plugin options. 我没有在我的项目(package.json)中使用license webpack plugin),但在package lock.json中,我可以看到它是以下

将nrwl/nx升级到v 8.8.0后,我遇到以下错误:

An unhandled exception occurred: license-webpack-plugin: 
Please specify a regular expression as the pattern property on the plugin options.
我没有在我的项目(
package.json
)中使用
license webpack plugin
),但在
package lock.json
中,我可以看到它是以下方面所需要的:

  • @angular devkit/build angular
    版本
    0.803.19
  • @nrwl/node
    版本
    8.8.0
如何停用此插件或解决此问题?

这是
8.8.0中的一个插件,在
8.8.3版中已修复


临时解决方法:在
angular.json
中将
extractLicenses
的所有出现设置为
false
,编译将再次工作。

让我们关注Github问题,与@angular devkit/build的问题相同-angular@0.900.0-rc.3和@nrwl/**@8.8.0