Chore: Remove Intl.DurationFormat polyfill from runtime (#113475)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import {
|
||||
import type {
|
||||
DurationFormatConstructor,
|
||||
DurationFormatOptions as _DurationFormatOptions,
|
||||
DurationInput as _DurationInput,
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import 'symbol-observable';
|
||||
import 'regenerator-runtime/runtime';
|
||||
|
||||
import '@formatjs/intl-durationformat/polyfill';
|
||||
import 'whatwg-fetch'; // fetch polyfill needed for PhantomJs rendering
|
||||
import 'file-saver';
|
||||
import 'jquery';
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
import {
|
||||
import type {
|
||||
DurationFormatConstructor,
|
||||
DurationFormatOptions as _DurationFormatOptions,
|
||||
DurationInput as _DurationInput,
|
||||
|
||||
Reference in New Issue
Block a user