kensnyder / quill-image-drop-module

A module for Quill rich text editor to allow images to be pasted and drag/dropped into the editor.
214 stars 78 forks source link

webpack error #16

Open Lwinee opened 6 years ago

Lwinee commented 6 years ago

After 'npm run build' in IDEA Failed to minify the code from index.js:6

mrh2v commented 6 years ago

@kensnyder Can you fix issuse help me ? Thank you :(

frogg commented 6 years ago

Having the same issue here. Has anyone figure out what's going on?

myronBob commented 5 years ago

@Lwinee @mrh2v @frogg I have the same error when excute 'npm run build'. But I solve that with 'import image-drop.min.js'. no need to npm install quill-image-drop-module, just copy the 'image-paste.min.js' to your project and import it

dahudson88 commented 5 years ago

@myronBob Could you explain this a little more? did you ignore the index file completely?