You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't build the starter cli project with ng build after using "builder": "@angular-builders/custom-webpack:browser" as it returns the error: ERROR in Cannot read property 'flags' of undefined
Minimal Reproduction
Created an empty Angular app using latest (9.1.0) CLI following the guilde on https://angular.io/cli SASS was chosen as the style sheet library.
Replaced the builder with "builder": "@angular-builders/custom-webpack:browser"
Ran ng build
Expected Behavior
Expected the app to build
Screenshots
Environment
Libs
- @angular/core version: 9.1.0
- @angular-devkit/build-angular version: 0.901.0
- @angular-builders/{the name of the builder} version: 9.0.0
For Tooling issues:
- Node version: v10.15.0
- Platform: Windows
Others:
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Can't build the starter cli project with ng build after using
"builder": "@angular-builders/custom-webpack:browser"
as it returns the error:ERROR in Cannot read property 'flags' of undefined
Minimal Reproduction
"builder": "@angular-builders/custom-webpack:browser"
ng build
Expected Behavior
Expected the app to build
Screenshots
Environment
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: