1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/server/build
Arunoda Susiripala bb72e19190 Move all NPM modules into a single chunk in dev mode. (#1512)
This will isolate all the NPM modules into a single chunk.
That chunk won't touch by webpack unless, there's a new NPM module.
That gives us much better re-build performance.
2017-03-26 13:48:59 -07:00
..
babel Changes hard-coded module aliases to be relative (#1164) 2017-02-16 07:37:29 +05:30
loaders Run tests in Travis. (#1247) 2017-02-22 23:38:49 +05:30
plugins Load the main JS bundle in production with async (#1485) 2017-03-24 13:21:34 +05:30
clean.js build on tmp dir (#1150) 2017-02-15 10:03:33 -03:00
index.js Load the main JS bundle in production with async (#1485) 2017-03-24 13:21:34 +05:30
replace.js Fix "EXDEV: cross-device link not permitted" error (#1174) 2017-02-16 15:16:02 +01:00
root-module-relative-path.js Fix relative module aliases for Windows (#1249) 2017-02-24 04:49:34 +05:30
webpack.js Move all NPM modules into a single chunk in dev mode. (#1512) 2017-03-26 13:48:59 -07:00