aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-11 11:23:19 +0100
committerChocobozzz <me@florianbigard.com>2021-02-11 11:23:19 +0100
commitfd0c11551cde6fe55b2f32e5c6c510813885a0d8 (patch)
tree05287ed162481b891f9e1372e514abdd97afa294 /package.json
parent81f790af78cdce07f3577d1d43e0eba0626ce4b1 (diff)
downloadPeerTube-fd0c11551cde6fe55b2f32e5c6c510813885a0d8.tar.gz
PeerTube-fd0c11551cde6fe55b2f32e5c6c510813885a0d8.tar.zst
PeerTube-fd0c11551cde6fe55b2f32e5c6c510813885a0d8.zip
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ba5fb3a65..da45829c9 100644
--- a/package.json
+++ b/package.json
@@ -232,7 +232,7 @@
232 "bundlewatch": { 232 "bundlewatch": {
233 "files": [ 233 "files": [
234 { 234 {
235 "path": "client/dist/en-US/*-es2015.js", 235 "path": "client/dist/en-US/*.js",
236 "maxSize": "1mb" 236 "maxSize": "1mb"
237 }, 237 },
238 { 238 {