quill
quill copied to clipboard
Fix for https://github.com/quilljs/quill/issues/2670
The production build ( published on npmjs ) of quill version 2.0.0-dev.4 contains eval calls which hinders it from being used in projects which do not allow "unsafe-eval" in their Content-Security-Policy. Switching to cheap-module-source-map removes the eval calls.
Please release the v2.0.0-dev.4.
@jhchen Please merge this one. It's important for security reason.
Bump
@jhchen another bump
Is there a reason as to why this shouldn't be merged?
Is there by any chance a npm package where this is fixed?
This is fixed in v2.0.0-beta.0. Feel free to let me know if there are any issues.