diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-11 11:23:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-11 11:23:19 +0100 |
commit | fd0c11551cde6fe55b2f32e5c6c510813885a0d8 (patch) | |
tree | 05287ed162481b891f9e1372e514abdd97afa294 /package.json | |
parent | 81f790af78cdce07f3577d1d43e0eba0626ce4b1 (diff) | |
download | PeerTube-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.json | 2 |
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 | { |