This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
23c9c0d624
next.js
/
test
/
isolated
/
_resolvedata
/
server
/
static
/
development
/
pages
/
index.js
4 lines
37 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Make page require faster (#3776) * Make page require faster * Add windows search/replace * Use normalize instead of resolve * Add remaining tests * Use sep instead of / * Add test files * Make component require faster * Add console.error
2018-02-13 13:27:52 +00:00
module
.
exports
=
{
test
:
'hello'
Rename `dist` to `server` to be more consistent (#4506) Previously we called this directory holding the pages/chunks for server rendering `.next/dist` instead of `.next/server` which is confusing both when looking at it and in the codebase, since there's also `distDir` as a configuration option. Also made this a constant in `next/constants` so functionality using this can be easily found.
2018-05-31 18:56:04 +00:00
}
Reference in a new issue
Copy permalink