Skip to content

Commit

Permalink
drop missed /web/ case
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 12, 2023
1 parent 1db0f36 commit 16c3197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build-compat/entries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const entriesList = await glob([
'packages/core-js/proposals/**/*.js',
'packages/core-js/stable/**/*.js',
'packages/core-js/stage/**/*.js',
'packages/core-js/web/**/*.js',
]);

const entriesMap = helpers.sortObjectByKey(Object.fromEntries(await Promise.all(entriesList.map(async file => {
Expand Down

0 comments on commit 16c3197

Please sign in to comment.