-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(nextjs): Use next.js cli for build and serve targets #16896
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 10, 2023 18:03
e6e4218
to
7c665f8
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 10, 2023 19:01
7c665f8
to
899a4c5
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 11, 2023 18:49
899a4c5
to
be6450a
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 11, 2023 21:21
be6450a
to
da09602
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 12, 2023 17:47
da09602
to
903994b
Compare
jaysoo
approved these changes
May 12, 2023
jaysoo
reviewed
May 12, 2023
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 15, 2023 13:14
903994b
to
d4ce929
Compare
jaysoo
reviewed
May 15, 2023
jaysoo
reviewed
May 15, 2023
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 15, 2023 14:23
d4ce929
to
d62be6e
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 15, 2023 14:25
d62be6e
to
72c7adf
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 15, 2023 14:28
72c7adf
to
ebeebe9
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 13:55
8f37db9
to
a173e50
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 14:25
a173e50
to
a97f632
Compare
ndcunningham
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 15:11
a97f632
to
7a855f6
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
2 times, most recently
from
May 16, 2023 17:54
156c00e
to
2614a25
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 18:22
2614a25
to
e0fd200
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 18:42
e0fd200
to
eb2feee
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 19:58
eb2feee
to
ccc6748
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 20:30
ccc6748
to
793e22b
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 16, 2023 20:57
793e22b
to
c5cba27
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 17, 2023 13:45
c5cba27
to
f961677
Compare
jaysoo
force-pushed
the
feat/nextjs-cli-default
branch
from
May 17, 2023 14:29
f961677
to
11f65dd
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change is to refactor
@nx/next
executors
from using deeply importednext.js
build functionality.Now we will integrate the use of
next.js
CLI which should help bridge the gap betweennx
&next
commands.There should be no change to how the commands work for existing users.