Skip to content

Commit

Permalink
Babel preset: Add missing files to package (#65481)
Browse files Browse the repository at this point in the history
Fix an issue where some files are not included in the published package:

@wordpress/[email protected]

---

Co-authored-by: sirreal <[email protected]>
Co-authored-by: noisysocks <[email protected]>
Co-authored-by: gziolo <[email protected]>
Co-authored-by: sgomes <[email protected]>
  • Loading branch information
5 people authored and gutenbergplugin committed Sep 19, 2024
1 parent 2d3a8bd commit b53abc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 10 additions & 2 deletions packages/babel-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

## Internal
## Unreleased

- Added `addPolyfillComments` option. When used, it will automatically add magic comments to mark files that need `wp-polyfill`.
### Bug Fixes

- Fix a bug in 8.8.1 due to missing files in the published package ([#65481](https://github.com/WordPress/gutenberg/pull/65481)).

## 8.8.0 (2024-09-19)

### Internal

- Added `addPolyfillComments` option. When used, it will automatically add magic comments to mark files that need `wp-polyfill` ([#65292](https://github.com/WordPress/gutenberg/pull/65292)).

## 8.7.0 (2024-09-05)

Expand Down
4 changes: 3 additions & 1 deletion packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
},
"files": [
"build",
"index.js"
"index.js",
"polyfill-exclusions.js",
"replace-polyfills.js"
],
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit b53abc2

Please sign in to comment.