simondotm / nx-firebase

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

Derive dependency versions from the workspace plugin `package.json` #206

Closed simondotm closed 3 months ago

simondotm commented 3 months ago

Instead of hard coding them in the plugin, lets add the necessary dependencies to the workspace package.json and have a pre-build step generate a config for them. This will make #194 easier to do.