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/plugins
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
..
combine-assets-plugin.js Clean up webpack config, increase build speed (#3487) 2018-01-03 13:43:48 +01:00
dynamic-chunks-plugin.js Remove buildId from dynamic import URLs (#3498) 2017-12-27 19:59:17 +01:00
pages-plugin.js Combine source maps (#3178) 2017-10-30 15:57:35 +01:00
unlink-file-plugin.js dynamically add/remove pages 2016-10-24 01:42:13 +09:00
watch-pages-plugin.js Fixed some problems with standard (#1331) 2017-03-02 22:46:16 +01:00