-
Notifications
You must be signed in to change notification settings - Fork 8
Description
π Provide a description of the improvement
Currently, @ckeditor/ckeditor5-package-tools includes a legacy DLL build script intended for testing custom CKEditor 5 packages. However, this script relies on an outdated build system. The goal is to replace the legacy DLL build script with a modern Webpack build script, which will improve maintainability and compatibility with current development practices.
For us this is important because the DLL build process does not support multilingual builds, and we are developing a package with multilingual support and want need to create proper test scenarios for it. Being able to build the whole build with an RTL language is currently not possible with the DLL system as far as I can tell.
If there are any workarounds for this, would be great if you can share! I imagine you are testing your plugin localization in some way when developing your own plugins, as core team.
π Other details
- Node: [Your Node.js version]
- Npm / Yarn: [Your Npm or Yarn version]
- First affected version: [The first version where this issue was noticed]
If you'd like to see this improvement implemented, add a π reaction to this post.