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
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
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';