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