mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix(web): add Array#toReversed polyfill (#10623)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import 'core-js/es/array/to-reversed';
|
||||
@@ -1,3 +1,4 @@
|
||||
import './array-to-reversed';
|
||||
import './array-to-spliced';
|
||||
import './dispose';
|
||||
import './iterator-helpers';
|
||||
|
||||
Reference in New Issue
Block a user