inovector / mixpost

Mixpost - Self-hosted social media management software (Buffer alternative)
https://mixpost.app
MIT License
913 stars 146 forks source link

Missing @tiptap/core module from package.json #2

Closed mihaisolomon closed 1 year ago

mihaisolomon commented 1 year ago

Hey,

I was trying to compile the javascript code and I noticed it was missing @tiptap/core . Please added to the package.json file.

Here is the error I get bellow:

[vite]: Rollup failed to resolve import "@tiptap/core" from "resources/js/Extensions/TipTap/Div.js".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
error during build:
Error: [vite]: Rollup failed to resolve import "@tiptap/core" from "resources/js/Extensions/TipTap/Div.js".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
lao9s commented 1 year ago

Hi, I just added it! Thank you.