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/components
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
..
hmr Don’t use chunkhash in development (#4436) 2018-05-23 14:37:02 +02:00
hello-chunkfilename.js Keep chunks filenames in production mode (#5029) 2018-09-03 01:40:21 +02:00
hello-context.js Dynamic component support with multiple modules (#2235) 2017-06-16 18:49:34 +05:30
hello.jsx Create with-firebase-hosting-and-typescript example (#4443) 2018-05-21 10:25:45 +02:00
hello1.js Add some tests for dynamic rendering. 2017-04-27 08:39:52 -07:00
hello2.js Dynamic component support with multiple modules (#2235) 2017-06-16 18:49:34 +05:30
hello3.js Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
hello4.js Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
welcome.js Load chunks in SSR mode only if they exists in the filesystem (#2196) 2017-06-08 19:41:22 +02:00
world.jsx Create with-firebase-hosting-and-typescript example (#4443) 2018-05-21 10:25:45 +02:00