From: Chocobozzz Date: Thu, 11 Feb 2021 10:23:19 +0000 (+0100) Subject: Remove es5 module support X-Git-Tag: v3.1.0-rc.1~157 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=fd0c11551cde6fe55b2f32e5c6c510813885a0d8;p=github%2FChocobozzz%2FPeerTube.git 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 --- diff --git a/package.json b/package.json index ba5fb3a65..da45829c9 100644 --- a/package.json +++ b/package.json @@ -232,7 +232,7 @@ "bundlewatch": { "files": [ { - "path": "client/dist/en-US/*-es2015.js", + "path": "client/dist/en-US/*.js", "maxSize": "1mb" }, {