looker-open-source/extension-examples

--disable-host-check does not work on newer webpack-dev-server versions

Closed this issue · 1 comments

your package.json uses an old and insecure version of webpack-dev-server (3.10.3), which does not support "--disable-host-check" anymore. would it be possible to update your projects (especially the ones using vanilla js which has limited documentation) to use the newer versions? thanks

Webpack dev server was updated to 4.15.1 which is the latest.