simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
180 stars 31 forks source link

Firebase build executor should check that dependent libraries are buildable #21

Closed simondotm closed 3 years ago

simondotm commented 3 years ago

In the scenario where a non-buildable node library has been created in the workspace, and it is referenced by a firebase functions application, the builder should check this dependent library is buildable, because if it isn't we will not be able to proceed (since we cannot copy the compiled JS lib to the dist/ folder, since it isn't buildable)

simondotm commented 3 years ago

Added in v0.3.2