rsnext/test/integration
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
..
app-aspath Fix Typescript HMR (#4689) 2018-06-28 20:07:41 +02:00
app-document Factor out NextScript inline source (#4934) (#4939) 2018-08-14 11:05:25 -07:00
babel Fix Typescript HMR (#4689) 2018-06-28 20:07:41 +02:00
basic Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
config Add support for rendering .css chunks (#4861) 2018-07-30 15:48:02 +02:00
custom-server Upgrade standard.js (#4064) 2018-03-27 20:11:03 +02:00
dist-dir Clean up references to this.dir and this.dist everywhere (#4535) 2018-06-04 15:45:39 +02:00
export Move next export into it's own directory (#5084) 2018-09-04 11:21:00 +02:00
filesystempublicroutes Make exportPathMap / _next routes work with useFileSystemPublicRoutes disabled (#5131) 2018-09-09 22:32:23 +02:00
ondemand Fix dynamic import page navigation (#4842) 2018-07-26 12:38:45 +02:00
page-extensions Fix Typescript HMR (#4689) 2018-06-28 20:07:41 +02:00
production Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
production-config Trigger page register when module is executed (#5115) 2018-09-11 20:03:20 +02:00
with-router Run method sorting codemod (#4909) 2018-08-06 20:53:06 -07:00