Thomas Andre Karlsen
Thomas Andre Karlsen
I have added a reproduction repo: https://github.com/thomasakarlsen/capacitor-esm-bug
Regarding the reproduction repo: It seems like cypress is having a similar issue making it impossible to run `yarn install` on it. I have no clue how to fix this....
Seems like deleting the yarn.lock file and then running `yarn install` somehow produces a dependency graph that properly works even without setting `@vue/test-utils` to `2.4.0`. Interestingly this works both for...