ErikYu
Results
2
comments of
ErikYu
One way to solve this issue is to make sourceMap=false. But this should only be a workaround. So will this issue be solved in the future?
Another way is stop using `import`. Instead we can include quilljs in angular.json. `"scripts": [ "node_modules/quill/dist/quill.js" ]` Then use `declare const Quill: any;` in component file.