Skip to content

Commit

Permalink
revert op_mob mapping since its releases are not bound to Chrome re…
Browse files Browse the repository at this point in the history
…leases, like in desktop Opera
  • Loading branch information
zloirock committed Dec 6, 2019
1 parent e70918a commit b7126f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Changelog
##### Unreleased
- Added missed in `core-js-compat` helpers `op_mob` normalization
- Generate `core-js-compat/modules` since often we need just the list of `core-js` modules

##### 3.4.7 - 2019.12.03
Expand Down
1 change: 0 additions & 1 deletion packages/core-js-compat/compat.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const mapping = new Map([
['and_ff', 'firefox'],
['ie_mob', 'ie'],
['ios_saf', 'ios'],
['op_mob', 'opera'],
]);

const validTargets = new Set([
Expand Down

0 comments on commit b7126f7

Please sign in to comment.