Closed jechazelle closed 1 year ago
Hey @jechazelle, thanks for reaching out. Are you sure that you're importing from the build js file and not source file? The tutorial for react might help.
The flow would be:
ClassicEditor
from the built js file.Closing due to lack of activity. If you think the issue is still not resolved, please, re-open it and provide the feedback we asked for.
Hi,
when I build a custom Editor and launch with vitejs (for example), I have an error:
But I export with default:
I build the custom editor with this:
webpack.config.js
I import with this:
Do you have an idea how can I fix this problem please?