You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apps on **Vue 2** are now required an explicit legacy `vue-loader` installation:
14
+
15
+
```sh
16
+
npm i -D vue-loader@legacy
17
+
```
18
+
19
+
- feat!: require explicit `vue-loader@legacy` for Vue 2, remove hidden install by @ShGKme in https://github.com/nextcloud-libraries/webpack-vue-config/pull/688
0 commit comments