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
Have just tried out the basic config and run into this:
./node_modules/tiptap-extension-image-upload/src/imagePlaceholder.ts
Module parse failed: Unexpected token (5:7)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import imgPlaceholder from './imgPlaceholder.vue'
|
> export interface ImagePlaceholderOptions {
| inline: boolean
| HTMLAttributes: Record<string, any>
I'm using nextjs and not vue.
Are there any prerequisites of using this extension?
The text was updated successfully, but these errors were encountered:
Hey, great project!
Have just tried out the basic config and run into this:
I'm using nextjs and not vue.
Are there any prerequisites of using this extension?
The text was updated successfully, but these errors were encountered: