Revert "Further dependency cleanup"

This reverts commit 1725ff434e.
This commit is contained in:
timvisee
2022-09-04 12:26:07 +02:00
parent 08f597405c
commit 1da317bcc1
4 changed files with 139 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
/* global DEFAULTS LIMITS WEB_UI PREFS */
import 'core-js';
import 'fast-text-encoding'; // MS Edge support
import 'intl-pluralrules';
import choo from 'choo';
import nanotiming from 'nanotiming';