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:
parent
81f790af78
commit
fd0c11551c
|
@ -232,7 +232,7 @@
|
|||
"bundlewatch": {
|
||||
"files": [
|
||||
{
|
||||
"path": "client/dist/en-US/*-es2015.js",
|
||||
"path": "client/dist/en-US/*.js",
|
||||
"maxSize": "1mb"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue