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
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
..
babel Disable polyfill and helpers (#3652) 2018-02-01 16:54:31 +05:30
loaders Fix __route error when importing a page inside a page (#3644) 2018-01-31 22:50:27 +05:30
plugins Enable source maps in webpack chunking + bundling process (#3793) 2018-03-06 10:45:29 +01:00
webpack Allow page extensions in any order (#3827) 2018-02-17 12:36:47 +01:00
index.js Enable source maps in webpack chunking + bundling process (#3793) 2018-03-06 10:45:29 +01:00
webpack.js Enable source maps in webpack chunking + bundling process (#3793) 2018-03-06 10:45:29 +01:00