-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconsider the transpileDependencies
option in vue.config.js
#50
Comments
Ideally, if we can avoid transpiling that, that'd be best.
Can't we simply change |
I'm running into an issue that I think is related to this when I try to run tests on my Vue project using a customized editor and
I've got my Has this issue been encountered before? |
a year latter, and there is no solution for this one @k80oshea >.< i am having the same issue. |
still, nothing =/ |
I can confirm this issue, getting the same error using Update: Solved this, see #128 (comment) |
This configuration is present here: https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/vuejs.html#configuring-vueconfigjs
I see two issues with the above configuration:
Should we transpile all CKEditor5 code to ES5? It produces much larger builds and we don't do it by default in our CKEditor 5 builds, it's not mandatory.
The
/ckeditor5-[^/\\]+[/\\]src[/\\].+\.js$/
won't match our collaboration repositories, it'd change it to something more like@ckeditor[/\\]ckeditor5?-[^/\\]+[/\\]src[/\\].+\.js$/
The text was updated successfully, but these errors were encountered: