1
0
Fork 0

Remove es5 module support

Avoid using differential loading. Break compat with IE11, Opera Mini, UC
Browser for Android

See https://caniuse.com/?search=es6-module for more information
This commit is contained in:
Chocobozzz 2021-02-11 11:23:19 +01:00
parent 81f790af78
commit fd0c11551c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
"bundlewatch": {
"files": [
{
"path": "client/dist/en-US/*-es2015.js",
"path": "client/dist/en-US/*.js",
"maxSize": "1mb"
},
{