I have created a new anular cli version 16. now I want to add parcel to my develoment and prodution build as custom configuration I don't want to use angular cli to all this. Can anyone please halp me how can I achive this?
Asked
Active
Viewed 21 times
-1
-
This is a really weird idea. Can you explain the rational behind this? ā MikeOne Aug 09 '23 at 15:57
-
okay, so is that possible I can add custom webpack configuration with angular 16 ā Ashwani kumar Aug 09 '23 at 16:48
-
Yes you can. For example with https://www.npmjs.com/package/@angular-builders/custom-webpack. But Iād recommend going for NX monorepo in that case ā MikeOne Aug 09 '23 at 17:03