angular-component / router

Angular Component Router - A declarative router for Angular applications
MIT License
253 stars 16 forks source link

build: remove prod flag from the build script #67

Closed meeroslav closed 3 years ago

meeroslav commented 3 years ago

This flag is not handled by the project's schematics

brandonroberts commented 3 years ago

Not clear what you mean. The prod flag is so that we don't build the library using Ivy

meeroslav commented 3 years ago

My build was failing when running npm run build. It turned out some of my packages were outdated. Running yarn solved it.