Hershel Hahn
Hershel Hahn
@afontcu Hi! Could you please take a look? Thank you!
> Hi! I'm afk until October, will take a look then! The PR looks sensible but I think I'll need to take a closer look and probably issue a breaking...
I've opened a [pr](https://github.com/vuejs/test-utils/pull/1783) to solve this.
> Is this a similar issue in Vue 2 components? I'm seeing `vuecomponent-stub` entries for all Vuetify related components when shallow mounting. The thing is when stubbing a component that...
Have you installed this package yet? Because from the current context it seems the package is not found by Node or could you please provide reproduction to reproduce the issue?
Needs reproduction.
According to the error message, maybe the error is caused by the plugin itself because it has no correct named export.
Try adding skipLibCheck filed in TSConfig?
But I guess bundler will bundle the css file once if you're using rollup or webpack. In vite because of the bundless dev server it won't cause much overhead if...
But this method only works on browser environment, and is not supposed to be used in SSR / SSG project: 