Skip to content

Commit d073b09

Browse files
authored
When deploying Next.js utilize esbuild via NPX (#5336)
* 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
1 parent 0c3a688 commit d073b09

File tree

9 files changed

+789
-87
lines changed

9 files changed

+789
-87
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX (#5336)
12
- Add sharp NPM module to Cloud Functions when using Next.js Image Optimization (#5238)
23
- Adds user-defined env vars into the functions emulator (#5330).
34
- Support Next.js Middleware (#5320)

0 commit comments

Comments
 (0)