simondotm / nx-firebase

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

feat: support `nx watch` #100

Closed simondotm closed 1 year ago

simondotm commented 1 year ago

nx watch is a much better solution for serve target, but only supported from Nx 15.4.x+ Plugin now detects if host workspace has at least this version and uses it accordingly for the serve target.

This new serve target first builds the project, and then watches for changes afterwards.

Linked to #95