I'm trying to implement CKEditor5 (building from source) into my application. I'm using Vuejs 3 frontend, Rails 6 backend, and Shakapacker.I haven't been able to find any documentation on CKEditor5 support for Shakapacker. I tried following the Webpack guide on the official CKEditor5 documentation, but I am getting 46 errors when running bin/webpack.The errors are all related to CKEditor CSS files. Does anyone know if there is a way to get CKEditor5 to work with Shakapacker? Thank you
I tried following the Webpack guide on the official CKEditor5 build from source documentation: https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/integrating-from-source.html I am getting 46 errors when running bin/webpack. The errors are all related to CKEditor CSS files.