rsnext/test/integration/config
JJ Kasper bf69357f27 Remove onDemandEntries WebSocket server in favor of EventSource connection (#6354)
After talking with @timneutkens it was decided it'd be more streamlined to replace the onDemandEntries WebSocket with an alternative. Using the EventSource connection gives us these benefits over the WebSocket one:

- less code needed
- no extra server running
- no extra config for onDemandEntries
2019-02-19 21:58:47 +01:00
..
components Add support for rendering .css chunks (#4861) 2018-07-30 15:48:02 +02:00
node_modules Add module as server fallback main field (#6256) 2019-02-12 01:39:57 +01:00
pages Add module as server fallback main field (#6256) 2019-02-12 01:39:57 +01:00
test Remove onDemandEntries WebSocket server in favor of EventSource connection (#6354) 2019-02-19 21:58:47 +01:00
.gitignore Exposing configuration to the server / client side (minor) (#3882) 2018-02-26 12:03:27 +01:00
next.config.js Remove onDemandEntries WebSocket server in favor of EventSource connection (#6354) 2019-02-19 21:58:47 +01:00