manfredsteyer / ngx-build-plus

Extend the Angular CLI's default build behavior without ejecting, e. g. for Angular Elements
1.19k stars 136 forks source link

Does "ngx-build-plus:dev-server" builder support angular 12 with the webpack 5 ? #274

Open dean-g opened 3 years ago

dean-g commented 3 years ago

Does "ngx-build-plus:dev-server" builder support angular 12 with the webpack5?

"builder": "ngx-build-plus:dev-server",

My ng serve stuck with: ⠼ Generating browser application bundles (phase: building)...

dean-g commented 3 years ago

@manfredsteyer Can you please advise on this?

karolck2 commented 3 years ago

Any news on this issues?

smasala commented 3 years ago

@dean-g ngx-build-plus works with webpack 5. The issue you're having is that the error is being swallowed.

Try publicPath https://github.com/angular-architects/module-federation-plugin/issues/36 and/or css issue https://github.com/angular/angular-cli/issues/20975#issuecomment-849906650