Bud v5.3.0 released

Bud v5.3.0 has been released

New and noteworthy

@roots/bud-typescript

  • There is a typescript eslint config available to import from @roots/bud-typescript/eslint-config.
  • There is a base tsconfig available to import from @roots/bud-typescript/tsconfig/tsconfig.json. For the most part this config is identical to the Microsoft recommended tsconfig except that it allows jsx/tsx to be passed through to @roots/bud-babel.

@roots/bud-sage

  • The domReady function is available for import from @roots/sage/client.

@bud.assets

In 5.2.0 it was required to use absolute paths with this function. That was a temporary solution; you can now pass copy items in a variety of ways — including as a standard copy-webpack-plugin options object.

Fixes

Improvements

Full Changelog: https://github.com/roots/bud/compare/v5.2.0
v5.3.0

2 Likes

Bud v5.3.1 patch been released

Fixes

1 Like

Bud v5.3.2 patch been released

Fixes

1 Like