rsnext/test/integration
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
..
basic Add a set of test cases for error recovery in the dev mode (#3895) 2018-02-26 17:18:46 +01:00
config Implement new next/config keys (#3909) 2018-02-27 17:50:14 +01:00
custom-server Add tests for universal webpack (#3680) 2018-02-05 21:48:31 +05:30
dist-dir Enable source maps in webpack chunking + bundling process (#3793) 2018-03-06 10:45:29 +01:00
ondemand Merge branch 'master' into fix/canary 2018-01-13 06:33:19 +01:00
production Exposing configuration to the server / client side (minor) (#3882) 2018-02-26 12:03:27 +01:00
static Handle empty assetPrefix scenario properly. (#3667) 2018-02-03 17:12:01 +01:00