Skip to content

Conversation

kellymears
Copy link
Contributor

@kellymears kellymears commented Mar 22, 2023

  • add: simple comments to jsconfig.json
  • improve: bud.wpjson.set replacing bud.wpjson.settings.
    • bud.wpjson.settings is not deprecated for bud@7.0.0
    • the defaults for bud.wpjson.settings include disabling dropCap, which wasn't in the config before since bud.wpjson.settings fully overrides the defaults. Unless we explicitly set it in the config it will be false (see the theme.json diff).
  • if (import.meta.webpackHot) seems safer than optional chaining, since import.meta.webpackHot isn't a real method. For instance import.meta?.webpackHot? will cause errors, which would be unexpected given our sample code.

todo

  • gotta actually bump to 6.12.0 after release
  • resolve dropCap question one way or the other (see above)

@github-actions github-actions bot added build javascript Pull requests that update Javascript code labels Mar 22, 2023
@retlehs retlehs marked this pull request as ready for review April 5, 2023 16:17
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Apr 5, 2023
@kellymears kellymears merged commit cc94b1b into main Apr 5, 2023
@kellymears kellymears deleted the 6.12.0 branch April 5, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants