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
Arunoda Susiripala b62a0e8f55 Bundle all the modules inside the app (#414)
* Remove the use of CDN and bundle everything inside the app.
We still pre-build the prefetcher because it needs
different webpack config which only targets browsers
supports Service Workers.

* Remove cdn config item.
We no longer using it.

* Stop adding script tags when staticMarkup=true

* Remove babel-plugin-transform-remove-strict-mode NPM module.
2016-12-17 17:49:10 +09:00
..
build Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
config.js Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
document.js Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
hot-reloader.js stop watching files after running tests 2016-12-17 13:04:40 +09:00
index.js Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
read.js server/read: remove unused argument 2016-10-17 11:19:42 +09:00
render.js Bundle all the modules inside the app (#414) 2016-12-17 17:49:10 +09:00
require.js write assets to disk 2016-10-16 04:49:42 +09:00
resolve.js add error page for debug 2016-10-19 21:41:45 +09:00
router.js initial source 2016-10-06 08:52:50 +09:00