Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptExpert
/
next.js
Public
forked from
vercel/next.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
next.js
bin
on
master
User selector
All users
All time
Commit history
Commits on Oct 28, 2017
Make sure NODE_ENV is production for react-dom to optimize
timneutkens
committed
01780fe
View commit details
Copy full SHA for 01780fe
View code at this point
Browse repository at this point
Commits on Oct 19, 2017
Make next-export executable
timneutkens
committed
1034b10
View commit details
Copy full SHA for 1034b10
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
Fix description by renaming '.next' to 'out' (#2938)
brikou
authored and
timneutkens
committed
5a30526
View commit details
Copy full SHA for 5a30526
View code at this point
Browse repository at this point
Commits on Aug 24, 2017
Separate `next init` (#531) (#2834)
ragingwind
authored and
timneutkens
committed
26c5d90
View commit details
Copy full SHA for 26c5d90
View code at this point
Browse repository at this point
Commits on Jul 8, 2017
Add hostname argument to next-dev (#2500) (#2506)
Scott Raymond
authored and
timneutkens
committed
2d510d6
View commit details
Copy full SHA for 2d510d6
View code at this point
Browse repository at this point
Commits on Jun 26, 2017
Added proper error for running `next start` on dev build (#2337)
Show description for 4eb86dc
xuezhma
authored and
timneutkens
committed
4eb86dc
View commit details
Copy full SHA for 4eb86dc
View code at this point
Browse repository at this point
Commits on Jun 7, 2017
Better error message for missing peerDependencies (#2168)
Show description for bf0d7f8
timneutkens
authored and
arunoda
committed
bf0d7f8
View commit details
Copy full SHA for bf0d7f8
View code at this point
Browse repository at this point
Commits on May 15, 2017
Change the output dir to 'out'.
arunoda
committed
fd95a94
View commit details
Copy full SHA for fd95a94
View code at this point
Browse repository at this point
Change .out static dir to next-static-out
arunoda
committed
acea5aa
View commit details
Copy full SHA for acea5aa
View code at this point
Browse repository at this point
Commits on May 11, 2017
By default print some messages to the console.
Show description for 430789b
arunoda
committed
430789b
View commit details
Copy full SHA for 430789b
View code at this point
Browse repository at this point
Commits on May 9, 2017
Add a way to customize the output directory.
arunoda
committed
42f1d2e
View commit details
Copy full SHA for 42f1d2e
View code at this point
Browse repository at this point
Add the verbose mode.
arunoda
committed
71296cc
View commit details
Copy full SHA for 71296cc
View code at this point
Browse repository at this point
Commits on May 7, 2017
Copy all the static assests to .out
arunoda
committed
f602f6d
View commit details
Copy full SHA for f602f6d
View code at this point
Browse repository at this point
Commits on Apr 10, 2017
Only watch config file that exists on the level of source files (#1643)
Kevin Donahue
authored and
leo
committed
c9bfba6
View commit details
Copy full SHA for c9bfba6
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
Specify a different build directory for #1513 (#1599)
Show description for 9347c8b
alexnewmannn
authored and
arunoda
committed
9347c8b
View commit details
Copy full SHA for 9347c8b
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Fix typo in signal message on process close event (#1601)
Kevin Donahue
authored and
arunoda
committed
f9aa7bd
View commit details
Copy full SHA for f9aa7bd
View code at this point
Browse repository at this point
Commits on Mar 28, 2017
Update next init to reflect changes in 2.0 (#1543)
timneutkens
authored
c50c703
View commit details
Copy full SHA for c50c703
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
Add message for missing peerDependencies (#1187)
Show description for 63e3262
timneutkens
authored
63e3262
View commit details
Copy full SHA for 63e3262
View code at this point
Browse repository at this point
Commits on Feb 12, 2017
Use minimist string option for hostname (#1090)
Show description for f93bacf
timneutkens
authored and
nkzawa
committed
f93bacf
View commit details
Copy full SHA for f93bacf
View code at this point
Browse repository at this point
adding hostname argument to CLI (#1017)
Show description for c4a22ab
jessehattabaugh
authored and
timneutkens
committed
c4a22ab
View commit details
Copy full SHA for c4a22ab
View code at this point
Browse repository at this point
Commits on Feb 2, 2017
Check if BUILD_ID is available before starting (#960)
Show description for ec83670
timneutkens
authored and
rauchg
committed
ec83670
View commit details
Copy full SHA for ec83670
View code at this point
Browse repository at this point
Commits on Feb 1, 2017
add pretty message if port already in use(#927) (#932)
Show description for 2f7d743
dex157
authored and
timneutkens
committed
2f7d743
View commit details
Copy full SHA for 2f7d743
View code at this point
Browse repository at this point
Commits on Jan 26, 2017
Don't process.exit(null) when e.g build is `SIGKILL`ed (#887)
jamo
authored and
rauchg
committed
51cbebb
View commit details
Copy full SHA for 51cbebb
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Set default NODE_ENV value. (#768)
arunoda
authored and
rauchg
committed
6f117ec
View commit details
Copy full SHA for 6f117ec
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
Add correct sync version of error handling with existSync. (#769)
Show description for fae2305
arunoda
authored and
nkzawa
committed
fae2305
View commit details
Copy full SHA for fae2305
View code at this point
Browse repository at this point
Fix typo for --help messages in /bin (#770)
davidrossjones
authored and
arunoda
committed
60918ee
View commit details
Copy full SHA for 60918ee
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Add warning when running start without build (#736)
Show description for 23d5ea9
ntwcklng
authored and
nkzawa
committed
23d5ea9
View commit details
Copy full SHA for 23d5ea9
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Fix Improve "pages/ not found error" (#624)
Show description for e363e73
aranajhonny
authored and
rauchg
committed
e363e73
View commit details
Copy full SHA for e363e73
View code at this point
Browse repository at this point
Commits on Dec 23, 2016
standard format + remove unnecessary react dependency (#492)
matthewmueller
authored and
nkzawa
committed
de57e92
View commit details
Copy full SHA for de57e92
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
add cli version flags (#435)
Show description for ff7e128
lukeed
authored and
rauchg
committed
ff7e128
View commit details
Copy full SHA for ff7e128
View code at this point
Browse repository at this point
Commits on Dec 18, 2016
Add cli usage information (#423)
Show description for 955f681
stephensauceda
authored and
rauchg
committed
955f681
View commit details
Copy full SHA for 955f681
View code at this point
Browse repository at this point
Commits on Dec 17, 2016
Exploration of different config + expose webpack config (#222)
Show description for 5ab7463
CompuIves
authored and
rauchg
committed
5ab7463
View commit details
Copy full SHA for 5ab7463
View code at this point
Browse repository at this point
Commits on Dec 16, 2016
Programmatic API (#310)
Show description for 1708222
nkzawa
authored and
rauchg
committed
1708222
View commit details
Copy full SHA for 1708222
View code at this point
Browse repository at this point
Commits on Dec 11, 2016
update default page generated by `next init` (#376)
Show description for 694c8c5
stephensauceda
authored and
rauchg
committed
694c8c5
View commit details
Copy full SHA for 694c8c5
View code at this point
Browse repository at this point
Commits on Dec 6, 2016
Only show the URL locally, not on the Now platform
Show description for 7bb903d
leo
committed
7bb903d
View commit details
Copy full SHA for 7bb903d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.