Skip to content

Commit

Permalink
When deploying Next.js utilize esbuild via NPX (#5336)
Browse files Browse the repository at this point in the history
* Drop esbuild as a dependency of firebase-tools
* Spawn npx esbuild to bundle next.config.js when deploying a Next.js application
* Widen the net on externals, we were missing deps of deps
  • Loading branch information
jamesdaniels committed Dec 15, 2022
1 parent 0c3a688 commit d073b09
Show file tree
Hide file tree
Showing 9 changed files with 789 additions and 87 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,3 +1,4 @@
- Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX (#5336)
- Add sharp NPM module to Cloud Functions when using Next.js Image Optimization (#5238)
- Adds user-defined env vars into the functions emulator (#5330).
- Support Next.js Middleware (#5320)
Expand Down

0 comments on commit d073b09

Please sign in to comment.