webpack 3.0.1

Bug fixes

Fixed missing error related to invalidate Declaration getCssAssets & getJsAssets

webpack 3.0.0

Bug fixes

Added

  • Adding support for PHP 8+
  • Adding support for Drush 11
  • Adding support for Drush 12
  • Adding support for Drupal 10

Removed

  • Dropping support for PHP 5.6
  • Dropping support for Drupal 8

webpack 2.x-dev

New features
  • Adding support for PHP 8+
  • Adding support for Drush 11
  • Adding support for Drupal 10
  • Dropping support for PHP 5.6
  • Dropping support for Drupal 8

webpack 8.x-1.0-alpha13

Bug fixes
New features

Webpack libraries now work with js aggregation.
Webpack libraries are now automatically removed from preprocessing and marked as minified.
Add getAllWebpackLibraries method to hte bundler.
Made travis work.
Changed the tested core versions to 8.7 and 8.8.

webpack 8.x-1.0-alpha11

Bug fixes

Improved the way bundle files are attached in webpack:serve - now single source file can lead to attaching multiple output files.
Added --lagoon option to drush webpack:serve.

webpack 8.x-1.0-alpha10

Added the 'drush webpack:build-single' command that builds a single library in a way that doesn't require webpack runtime. Refactored Bundler, LibrariesInspector, and WebpackConfigBuilder services. Added test coverage for the new functions.

webpack 8.x-1.0-alpha9

Bug fixes
New features

Replaced the obsolete webpack-serve with no-longer-obsolete webpack-dev-server (one love - JS :*).
Made drush webpack:serve work inside docker in single-container mode and in multi-container mode (when drush PHP is separate from webserver's PHP).

webpack 8.x-1.0-alpha8

Bug fixes

Fixed fatal error after enabling the module by splitting the bundler service into bundler and webpack bundle info. Added LoadTest.

webpack 8.x-1.0-alpha7

Bug fixes

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.

webpack 8.x-1.0-alpha5

Bug fixes
New features

Documentation fixes (it's drush webpack:serve, not yarn :)).
Refactoring. The Libraries trait has been split into 3 separate services. Bundling has been decoupled from Drush, so maybe we can get rid of this dependency at some point.
Added the ability to configure the port of webpack:serve.

webpack 8.x-1.0-alpha4

Added a unified way of providing js code that needs to be evaluated in config - `backticks`.
Added #lines_before special key that can be populated with js code that needs to be run before module.exports.

webpack 8.x-1.0-alpha3

Bug fixes

Added auto-mapping for files that are generated at commit-time.

webpack 8.x-1.0-alpha2

New features

Added a way to override the output directory.
Added documentation to the WebpackDrushCommands.
Changed exceptions to log errors in the DecoratedAssetResolver.

webpack 8.x-1.x-dev

Working prototype without any settings and with all the paths hardcoded.

Subscribe with RSS Subscribe to Releases for Webpack bundler