I get the following error with my vue 3/vite environment:
[vite] Internal server error: Failed to resolve entry for package "@gocapsule/column-extension". The package may have incorrect main/module/exports specified in its package.json.
this is how I call it in my file:
import ColumnExtension from '@gocapsule/column-extension';
this is how i call it in my package:
"@gocapsule/column-extension": "^0.1.1"
I use the vue 3 package for tiptap not the core one, maybe that's an issue?
I get the following error with my vue 3/vite environment:
[vite] Internal server error: Failed to resolve entry for package "@gocapsule/column-extension". The package may have incorrect main/module/exports specified in its package.json.this is how I call it in my file:
import ColumnExtension from '@gocapsule/column-extension';this is how i call it in my package:
"@gocapsule/column-extension": "^0.1.1"I use the vue 3 package for tiptap not the core one, maybe that's an issue?