Comment out import for shouldPolyfill.

master
Icedream 2021-01-05 16:25:43 +01:00
parent b5dd67e4b9
commit 2efa332d53
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { shouldPolyfill } from '@formatjs/intl-numberformat/should-polyfill'; // import { shouldPolyfill } from '@formatjs/intl-numberformat/should-polyfill';
import '@formatjs/intl-numberformat/polyfill'; import '@formatjs/intl-numberformat/polyfill';
import '@formatjs/intl-numberformat/locale-data/de'; import '@formatjs/intl-numberformat/locale-data/de';
import '@formatjs/intl-numberformat/locale-data/en'; import '@formatjs/intl-numberformat/locale-data/en';