Maciej Bukowski

Results 62 comments of Maciej Bukowski

I had to use acorn to be able to create translation service https://github.com/ckeditor/ckeditor5-dev/blob/master/packages/ckeditor5-dev-utils/lib/translations/translationservice.js, but it would be much nicer if the webpack could handle it by itself.

I had to implement my own solution with usage of the Acorn parser,

mgit could at least prompting `No mgit.json found` for now. But maybe it's only my problem that every time I'm trying to update ckeditor5-dev with mgit first :)

Currently, there's a way to restart the editor when the component's `id` property changes - see https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/frameworks/react.html#component-properties. There's no other way to change the editor configuration dynamically for now -...

@Manimall, could you share more details?

Thanks @Denny966 for details. Could you also tell what's your OS and package manager (and their versions)? cc @pomek

Could you also tell what's your OS, package manager and Node.js versions?

Looking at the stack trace I guess that the problem occurs because babel has a lot of files to index, parse, transpile and generate source maps for them. Currently I'd...