ckeditor5-react
ckeditor5-react copied to clipboard
Please help on Can't resolve './@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css
Webpack.config.txt ckeditor.txt
I follow step in https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html#scenario-2-building-from-source
It still show me the error message ./node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./node_modules/@ckeditor/ckeditor5-image/theme/textalternativeform.css) Module not found: Can't resolve './@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css' in 'C:\Users\16464\Desktop\front-end\node_modules@ckeditor\ckeditor5-image\theme'
May I get some help? I attached webpack file and ckeditor file. Thank you!
Hi @fenglin9686,
are you integrating CKEditor 5 with your React app? In that case, you should follow this guide for building the editor from source in React app.
Also, please keep in mind that webpack configuration from the guide that you have linked is not complete and shows only additional rules that should be added to your webpack config in your app to correctly build the editor. If you are looking for a full step-by-step guide of building the editor from source, you can also check our quick-start guide from the framework section.
Please, let me know if provided information was useful to you.
Hello, I use @ckeditor/ckeditor5-build-classic before, it working well for me, but how can I implement resize image to it. when I try to implement resizing images, it will show me a duplicate module error. Is there have a right way to implement resize images for ckeditor5-build-classic instead create a custom editor? thank you!
Help, how to resolve this error?
@ghccw, which of the paths from the guide have you chosen?