Closed misterPeng closed 5 years ago
Hi @misterPeng.
Could you tell when the error occurs? Did you follow the installation guide? I've just downloaded the latest https://github.com/ckeditor/ckeditor5-collaboration-samples
and I couldn't reproduce the issue.
Thank you for your reply.
I have found the cause of the error. In the vue.config.js ,Below line 46, must add:
svgRule.uses.clear()
.
Otherwise import .svg return 'img/[filenNme].[md5].svg'.
Sorry, my English is very bad, the expression may not be clear.
Hi,
No worries, I understand you.
Probably the SVG loader that we demand was in conflict with your SVG loader. This is a common problem with webpack loaders and unfortunately, we can't provide the solution that will work for all cases. Glad you make it work.
Error is as follows : `This relative module was not found:
The problem is solved by modify path of import.But a new error has occurred after construction in browser.
in .\node_modules\@ckeditor\ckeditor5-ui\src\icon\iconview.js
this.content === "img/previous-arrow.79ed695f.svg";
Lead tosvg = null
.Uncaught (in promise) TypeError: Cannot read property 'getAttribute' of null