@skjnldsv Since #3609 npm run styleguide is broken. This is because we now install @nextcloud/webpack-vue-config here
https://github.com/nextcloud/nextcloud-vue/blob/2c51d806b411d12131fc67c5d83b4c572cf260af/package.json#L87
which installs/requires a newer webpack-dev-server version not compatible with the older version required by vue-styleguidist.
I don't know whether we can easily go back, since I suspect that Cypress also requires a current webpack-dev-server version.
@skjnldsv Since #3609
npm run styleguideis broken. This is because we now install@nextcloud/webpack-vue-configherehttps://github.com/nextcloud/nextcloud-vue/blob/2c51d806b411d12131fc67c5d83b4c572cf260af/package.json#L87
which installs/requires a newer
webpack-dev-serverversion not compatible with the older version required byvue-styleguidist.I don't know whether we can easily go back, since I suspect that Cypress also requires a current
webpack-dev-serverversion.