Closed Webbist-dev closed 5 years ago
Ok, I fixed this, I guess some more explanation in your docs would have saved me the effort unless I just misunderstood entirely. But you have to use the source of CKEditor for the build, not the compiled code. So I ended up stripping out my standard vue include for the development version and it works fine now.
🐞 Bug report
💻 Version of CKEditor
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
"@ckeditor/ckeditor5-vue": "^1.0.0",
📋 Steps to reproduce
✅ Expected result
Emitted main.js/runtime.js/vendors.js/ckstyles.css
❎ Actual result
Emitted main.js/runtime.js/vendors.js
📃 Other details that might be useful
Sorry to open another issue about this. I am simply attempting to extract the theme css from vendors.js (your docs are missing importing
const { styles } = require('@ckeditor/ckeditor5-dev-utils');
as a requirement or any reference to it) but I am not getting any emitted css. The Ck-editor styles are still being served as part of my vendors chunk.https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/advanced-setup.html