Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Implemented WebpackTestBase for kernel tests and BundlerTest extending it.
Changed the default serve port to 1234.
Added and parameters to the serve function.
Made serve use npm's runScript instead of relying on a home-grown command execution.
Changed the way webpack_test_libs installs its config.
Implemented WebpackTestLibsServiceProvider to work around #2571475.
Updated the error reporting in drush commands.
Moved getEntryPoints from webpackConfigBuilder to librariesInspector.
Made getAllLibraries protected.