Commit Graph

7 Commits

Author SHA1 Message Date
Kelly Mears
218908dd50 📦 deps: upgrade @roots/bud to 6.16.1 (#3146) 2023-09-27 09:12:32 -05:00
Kelly Mears
b2e888f871 bump: bud@6.12.0 & improvements (#3128)
This PR contains various improvements and cleanups to the configuration and JavaScript code. Key changes include:

- Adding simple comments to `jsconfig.json`.
- Improving config: `bud.wpjson.set` replaces `bud.wpjson.settings`. Note that `bud.wpjson.settings` is not deprecated.
- `bud.wpjson.settings` now disables `dropCap` by default.
- `app.js` and `editor.js` now use `if (import.meta.webpackHot)` instead of optional chaining, since `import.meta.webpackHot` is not a real method and using optional chaining might cause errors.
2023-04-05 13:42:27 -04:00
Kelly Mears
b3ae4fae13 📦 update: 6.6.8 2022-12-31 11:20:49 -08:00
Kelly Mears
c7c69a54aa improve: jsconfig.json 2022-12-23 10:49:26 -08:00
Kelly Mears
87c7768ec1 📦 improve(patch): bud@6.2.0 (#3074) 2022-07-12 11:27:24 -05:00
Kelly Mears
6d5ccf4863 bud 5.4.0 (#2983)
Co-authored-by: Ben Word <ben@benword.com>
2022-02-23 08:45:08 -06:00
Ben Word
6bf1ee4e6b Bud v5.2.0 (#2959)
* chore(deps): Bump @roots/bud to v5.2.0

* lockfile

* remove `setPublicPath`

* suggestions (#2961)

* suggestions

* unneccessary

Co-authored-by: Kelly Mears <developers@tinypixel.dev>
2022-01-25 19:33:04 -06:00