Closed
Description
sockjs-client has been updated two days ago to 1.1.0
When using a fresh install of webpack-dev-server, it now results in the following message in the browser: Incompatibile SockJS! Main site uses: "1.1.0", the iframe: "1.0.1"
(I use npm 3.8.6)
Extract of dependencies:
`-- webpack-dev-server@1.14.1
+-- sockjs@0.3.17
+-- sockjs-client@1.1.0
...
sockjs@0.3.17 by default use sockjs-client@1.0.1 from a CDN. Maybe webpack-dev-server should pass the option sockjs_url
to the SockJS server and so provide the correct version of sockjs-client without relying on a CDN ?