1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test
Tomas Roos 76582b8e43 Enable source maps in webpack chunking + bundling process (#3793)
* Removed combine-assets-plugin, since its very broken

* Bundle everything into app.js on production build

* Clean up

* Removed app.js from server routes

* Renamed app.js -> main.js and removed commons from loading

* Remove commons and react CommonChunks

* Removed the commons route

* Killing the entire build-stats hack for app.js

* Removed unused md5-file package
2018-03-06 10:45:29 +01:00
..
integration Enable source maps in webpack chunking + bundling process (#3793) 2018-03-06 10:45:29 +01:00
isolated Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
lib Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
node_modules Handle empty assetPrefix scenario properly. (#3667) 2018-02-03 17:12:01 +01:00
unit Use deterministic names for dynamic import (#2788) 2017-08-16 22:44:00 +05:30
.gitignore Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00