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 entry point from template `package.json` #96

Closed simondotm closed 1 year ago

simondotm commented 1 year ago

Executors automatically write the main entry point to package.json so it should not be in the template package file. This is necessary since use of @nrwl/node:webpack executor for bundling builds has a different entry point (./main.js) to @nrwl/js:tsc (src/index.js).