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
A package.json configuration .
A Quill initialization example with the proper setup with modules ?.
This would be very helpful to understand the proper integration.
give me
image-resize.min.js:1
Uncaught TypeError: Cannot read properties of undefined (reading 'imports')
at webpack_require (bootstrap:19:1)
at ../../vendor/itbcode/itbcodepack/editor-quill/src/controller/quill-controller.js (meatask.js:1003:81)
if i comment
import { ImageResize } from 'quill-image-resize-module/image-resize.min';
Quill.register('modules/imageResize', ImageResize);
works fine
The text was updated successfully, but these errors were encountered: