Skip to content

v4.4.0

Choose a tag to compare

@kellymears kellymears released this 06 Jun 21:12

v4.4.0 is primarily focused on improvements in @roots/entrypoints-webpack-plugin and @roots/bud-dashboard. It also includes fixes in @roots/wordpress-dependencies-webpack-plugin which could have resulted in incomplete asset processing.

To review all the merges that make up this release, refer to the v4.4.0 milestone.

View the release on NPM.

Breaking

  • @roots/entrypoints-webpack-plugin should now be imported using the named export EntrypointsWebpackPlugin
  • @roots/wordpress-dependencies-webpack-plugin should now be imported using the named export WordPressDependenciesWebpackPlugin

These import changes only effect users who are using the plugins independently of the framework.

Fixed

  • @roots/wordpress-dependencies-webpack-plugin fixes issues related to wordpress imports in child modules not being processed properly.

Improved

  • @roots/entrypoints-webpack-plugin: improved internals
  • @roots/bud-dashboard: improved reporting

Contributors