bigbinary / neeto-editor

https://neeto-editor.neeto.com
MIT License
14 stars 3 forks source link

Unable to upgrade neeto-editor in Next.js app #1170

Closed sayoojtmc closed 6 days ago

sayoojtmc commented 1 week ago

We were trying to upgrade neeto-editor in neeto-course-site to reduce bundle size, but got this error:

image

Please check if this can be fixed.

AbhayVAshokan commented 1 week ago

@deepakjosp _a can you work with Sayooj on this issue? To reduce the bundle size, the imports needs to be updated to the @bigbinary/neeto-editor/<component> format.

deepakjosp commented 1 week ago

@sayoojtmc I was able to run the app in dev mode and create a production build after upgrading neetoEditor to the latest and refactoring the import. Please check and let me know if you face any issues.

image