1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/client
Tim Neutkens 42736c061a
Introduce dynamic(() => import()) (#5249)
* Add failing tests

* Upgrade wd module

* Pass dynamic import webpack ids to the client side

* Pass through webpack ids to initalializer and only use those

* Compile dynamic(import()) to dynamic(() => import())

* Default dynamicIds

* Use forked hard-source-plugin

* Possibly fix test

* Make tests fail less intermittently

* Temporarily disable hard-source in production

* Make sure dynamic import chunks are unique

* Disable hard-source

* Log html if error is thrown

* Fix test
2018-09-25 15:27:09 +02:00
..
dev-error-overlay Use DefinePlugin to pass distDir instead of manually passing (#5105) 2018-09-05 17:49:49 +02:00
error-boundary.js [WIP] Webpack 4, react-error-overlay, react-loadable (#4639) 2018-07-24 11:24:40 +02:00
head-manager.js use Promise to update head (#574) 2016-12-30 11:14:36 -08:00
index.js Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
next-dev.js Fix dynamic import page navigation (#4842) 2018-07-26 12:38:45 +02:00
next.js Fix renderPage in production mode (#3089) 2017-10-14 19:20:49 +02:00
noop.js Fix dynamic import page navigation (#4842) 2018-07-26 12:38:45 +02:00
on-demand-entries-client.js Send credentials with on-demand-entries-ping (#5053) 2018-08-29 14:52:15 +02:00
source-map-support.js [WIP] Webpack 4, react-error-overlay, react-loadable (#4639) 2018-07-24 11:24:40 +02:00
webpack-hot-middleware-client.js Trigger page register when module is executed (#5115) 2018-09-11 20:03:20 +02:00