Replace DLL build script with Webpack build script (help us test plugin localization) #186
Labels
pending:feedback
This issue is blocked by necessary feedback.
type:improvement
This issue reports a possible enhancement of an existing feature.
📝 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
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: