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/integration/basic
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
..
components Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
lib Fix page loader page normalization issue (#1844) 2017-05-01 16:26:18 -07:00
pages Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
test Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
next.config.js Implement "on demand entries" (#1111) 2017-02-26 11:45:16 -08:00