March 3rd, 2020
11:43 am
Angular build fails with “Progress Plugin Invalid Options”

Posted under Angular & Web & Webpack

When upgrading an angular 4 project (places-admin) to angular 6, I got the above error when building.

The problem and solution are detailed here.

The issue appears to be caused by webpack 4.25.* breaking compatibility with the plugin.

Applying the fix in the above post solved the problem, by adding

“webpack”: “4.24.0”

to the devDependencies section in package.json

 

Comments Off on Angular build fails with “Progress Plugin Invalid Options”

Comments are closed.