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
Kevin Decker 53a2c5a7fc Combine source maps (#3178)
* Propagate source maps through combine assets step

* Use constant development build id

* Move combine assets step before uglify step

This ensures that uglify will catch these changes.

* Move dynamic chunks step before uglify step

This ensures that uglify will catch these changes.

* Use chunk templates for page and dynamic chunks

This is a little more in line with how webpack generates its bootstrap and should have better compatibility with other plugins and source map generation.

* Register combined source map with chunks

This ensures that a sourcemap is fully generated.

* Do not minimize combined map inputs
2017-10-30 15:57:35 +01:00
..
combine-assets-plugin.js Combine source maps (#3178) 2017-10-30 15:57:35 +01:00
dynamic-chunks-plugin.js Combine source maps (#3178) 2017-10-30 15:57:35 +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