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
Starting with @uppy/vue 0.2.0 and higher, webpack compilation is failing for me with these errors:
ERROR in ./node_modules/@uppy/vue/lib/dashboard-modal.js 112:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
@ ./node_modules/@uppy/vue/lib/index.js
...
ERROR in ./node_modules/@uppy/vue/lib/dashboard.js 97:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
@ ./node_modules/@uppy/vue/lib/index.js
...
ERROR in ./node_modules/@uppy/vue/lib/progress-bar.js 89:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
@ ./node_modules/@uppy/vue/lib/index.js
...
ERROR in ./node_modules/@uppy/vue/lib/drag-drop.js 92:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
@ ./node_modules/@uppy/vue/lib/index.js
...
ERROR in ./node_modules/@uppy/vue/lib/status-bar.js 92:11-16
"export 'h' (imported as 'Vue') was not found in 'vue'
@ ./node_modules/@uppy/vue/lib/index.js
...
There was a similar issue that only involved warnings. Downgrading to 0.1.7 works for now.
The text was updated successfully, but these errors were encountered:
Thanks for raising this but I'm closing it as duplicate. I think it's better to add a comment in the issue with the exact same problem than having multiple issues for it.
Starting with @uppy/vue 0.2.0 and higher, webpack compilation is failing for me with these errors:
There was a similar issue that only involved warnings. Downgrading to 0.1.7 works for now.
The text was updated successfully, but these errors were encountered: