Make ckeditor5-dev-*
utils compatible with webpack 5
#10735
Labels
package:dev
resolution:invalid
This issue is invalid (e.g. reports a non-existent bug or a by-design behavior).
squad:platform
Issue to be handled by the Platform team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Provide a description of the task
As the migration of the entire CKEditor 5 environment is a much more complex task than we expected, and it may span a few iterations, let's update our dev utils to produce a proper build using both webpack versions: 4 and 5.
Scope (based on ckeditor/ckeditor5-dev#729):
styles.getPostCssConfig()
- the PostCSS configuration,webpack
fromdependencies
topeerDependencies
as thebuilds.getDllPluginWebpackConfig()
function should provide a configuration without forcing using a specified version of webpack.Related issues:
The text was updated successfully, but these errors were encountered: