simondotm / nx-firebase

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

fix: remove redundant assets from functions build executor #98

Closed simondotm closed 1 year ago

simondotm commented 1 year ago

Previously the nx-firebase app generator added files to the assets[] array for the build executor. We don't need to copy these. We also had the .runtimeconfig.json listed, but this is redundant because this file is in the .gitignore list and Nx will not copy assets that are .gitignored.