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
Tim Neutkens 57a0fc432c
Clean up webpack config, increase build speed (#3487)
* Speed up next build

* Document webpack config

* Speed up next build

* Remove comment

* Add comment

* Clean up rules

* Add comments

* Run in parallel

* Push plugins seperately

* Create a new chunk for react

* Don’t uglify react since it’s already uglified. Move react to commons in development

* Use the minified version directly

* Re-add globpattern

* Move loaders into a separate variable

* Add comment linking to Dan’s explanation

* Remove dot
2018-01-03 13:43:48 +01:00
..
build Clean up webpack config, increase build speed (#3487) 2018-01-03 13:43:48 +01:00
config.js Resolve the next.config.js up the tree to avoid it not being loaded when a source dir was specified via the CLI - solves #3379 (#3380) 2017-12-13 18:49:26 -08:00
document.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00
export.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00
hot-reloader.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00
index.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js Keep some buffered pages, that won't be disposed. Fix #1939 (#2592) 2017-09-28 14:51:03 +02:00
render.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00
require.js write assets to disk 2016-10-16 04:49:42 +09:00
resolve.js Add .jsx extension support (#3376) 2017-12-05 15:46:06 -08:00
router.js Allow parsed url to be passed down (#950) 2017-02-02 12:21:08 +05:30
utils.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00