Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sharp library to Next.js build #5238

Merged
merged 29 commits into from Dec 12, 2022
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0936933
Skip middleware deploy to hosting
jamesdaniels Oct 31, 2022
ee5d836
use host/port from hosting emulator in dev server
leoortizz Nov 1, 2022
c53dc89
add TODO to `serve`
leoortizz Nov 1, 2022
dae6acd
`hostingEmulatorData` > `hostingEmulatorInfo`
leoortizz Nov 1, 2022
8f11137
prettier fixes
leoortizz Nov 1, 2022
0e17f9c
Merge branch 'master' into leoortizz_next_miss_host_and_port
leoortizz Nov 2, 2022
4616a41
use types directly in getDevModeHandle parameters
leoortizz Nov 2, 2022
cfae0d5
add TODO to reuse getDevModeHandle types
leoortizz Nov 2, 2022
4f7a45f
remove unused type
leoortizz Nov 2, 2022
56f498f
hardcode hosting emulator info in `serve`
leoortizz Nov 2, 2022
6d89d2c
changelog
leoortizz Nov 2, 2022
5c64a72
prettier in changelog
leoortizz Nov 3, 2022
4e661e9
Merge branch 'master' into leoortizz_next_miss_host_and_port
leoortizz Nov 3, 2022
79c99df
Missing import
jamesdaniels Nov 4, 2022
f3a5102
Merge master
jamesdaniels Nov 4, 2022
53eb470
Drop next export & simplify
jamesdaniels Nov 4, 2022
b581ef4
Adding reasons, formatting
jamesdaniels Nov 4, 2022
a7a0af5
Changelog
jamesdaniels Nov 4, 2022
ee25526
Add host and port to Next custom server (dev-mode) for middleware #5201
jamesdaniels Nov 4, 2022
41a0c70
Middleware just wont work in serve
jamesdaniels Nov 4, 2022
61d8599
TODO
jamesdaniels Nov 4, 2022
0a7b583
Drop unused vars
jamesdaniels Nov 4, 2022
629773e
checking for /app dir and nextImage to add sharp
cfofiu Nov 10, 2022
b4cc867
also checking to see if unoptimized is set to true
cfofiu Nov 14, 2022
b8481d7
Checking for "app-path-routes-manifest.json"
cfofiu Dec 9, 2022
0922a75
Merge branch 'master' into nextjs-sharp
cfofiu Dec 12, 2022
37ce186
Spec and merge master
jamesdaniels Dec 12, 2022
06ddb62
Changelog
jamesdaniels Dec 12, 2022
03daf90
Merge branch 'master' into nextjs-sharp
jamesdaniels Dec 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1 +1,2 @@
- Add support for object list using certain Admin SDKs (#5208)
- Add support for deploying Next.js applications that utilize middleware