-
Notifications
You must be signed in to change notification settings - Fork 1.5k
CKEditor 5 build #1865
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
Comments
@meneerprins are you still having this problem? I'm troubleshooting the same thing with I've tried fixing by re-installing |
It broke in e95dd72. That is a big commit, so I'm not sure which part 😕 I can do a clean install of Gemfile
-gem 'webpacker', '~> 4.0.0-rc.5'
+gem 'webpacker', git: 'https://github.com/rails/webpacker.git', ref: '99c0dd9'
package.json
- "@rails/webpacker": "4.0.0-rc.5",
+ "@rails/webpacker": "https://github.com/rails/webpacker.git#99c0dd9", ...and CKEditor works |
Thanks to #1903 (comment), this can be fixed by following the upgrade guide I just had to update const { environment } = require('@rails/webpacker')
+ environment.loaders.delete('nodeModules')
module.exports = environment |
Yes, I fixed it now with:
|
fixes rails/rails#35501 fixes rails#2131 fixes rails/rails#36278 fixes rails#2407 fixes rails#2114 fixes rails#1949 fixes rails#1865 fixes rails#1857
fixes rails/rails#35501 fixes #2131 fixes rails/rails#36278 fixes #2407 fixes #2114 fixes #1949 fixes #1865 fixes #1857
fixes rails/rails#35501 fixes rails/webpacker#2131 fixes rails/rails#36278 fixes rails/webpacker#2407 fixes rails/webpacker#2114 fixes rails/webpacker#1949 fixes rails/webpacker#1865 fixes rails/webpacker#1857
fixes rails/rails#35501 fixes rails/webpacker#2131 fixes rails/rails#36278 fixes rails/webpacker#2407 fixes rails/webpacker#2114 fixes rails/webpacker#1949 fixes rails/webpacker#1865 fixes rails/webpacker#1857
Before the latest webpacker update I could just use
import BalloonEditor from '@ckeditor/ckeditor5-build-balloon';
but after the latest update I get an error:"export 'default' (imported as 'BalloonEditor') was not found in '@ckeditor/ckeditor5-build-balloon'
Does anyone know how I can make the premade CKEditor 5 build work? The custom build seems too complicated.
Package: https://github.com/ckeditor/ckeditor5-build-balloon
The text was updated successfully, but these errors were encountered: