v 0.11.1 causes issues to vue-use
See original GitHub issuewe re using @vueuse/core 5.0.3 and the latest update to vue demi, breaks our build(which was fine a few hours ago). We re not using vue-demi directly, only through vueuse.
error in ./node_modules/vue-demi/lib/index.mjs
Can't reexport the named export 'computed' from non EcmaScript module (only default export is available)
we re seeing a bunch of these, not only “computed”; everything exported from vue-demi causes this issue.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Issues · vueuse/vueuse - GitHub
Issues : vueuse/vueuse. Nuxt / Webpack / Vue CLI build fails with v6.2.0 and above. #718 by itpropro was closed on Sep 5,...
Read more >Mobile browsers shows blank page for the vuetify application
This is happening because when a PWA is installed and opened on a phone it rewrites the URL to /index.html whereas the vuetify...
Read more >Laravel Mix 6 / Webpack 5 upgrade Vue.use is not a function
First it was a simple peer dependency issue - see Laravel Mix thread - but in the end it is this error: Uncaught...
Read more >@types/vue-the-mask - npm
Latest version: 0.11.1, last published: 2 years ago. Start using @types/vue-the-mask in your project by running `npm i @types/vue-the-mask`.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be good now with v0.11.2
vue cli