mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
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:
+1
-1
@@ -232,7 +232,7 @@
|
||||
"bundlewatch": {
|
||||
"files": [
|
||||
{
|
||||
"path": "client/dist/en-US/*-es2015.js",
|
||||
"path": "client/dist/en-US/*.js",
|
||||
"maxSize": "1mb"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user