quill-image-resize-module
quill-image-resize-module copied to clipboard
Unnecessary console.log in image-resize.min.js
As there is still no new release that gets rid of this, I found a temporary solution to this problem:
- Goto the 'quill-image-resize-module' package in your node_modules
- In there there is a js file called 'image-resize.min.js'
- click on it and you should see obfuscated code, just Ctrl+F and search for 'this.options.modules'. You should find a console.log that prints the options. Now just remove it and save the 'image-resize.min.js' file
Now you shouldn't get the console.log of the options again :)