]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove es5 module support
authorChocobozzz <me@florianbigard.com>
Thu, 11 Feb 2021 10:23:19 +0000 (11:23 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 11 Feb 2021 10:23:19 +0000 (11:23 +0100)
Avoid using differential loading. Break compat with IE11, Opera Mini, UC
Browser for Android

See https://caniuse.com/?search=es6-module for more information

package.json

index ba5fb3a65f845122677dd5fe82d799a9feab107a..da45829c92c1941a76f79b643d30e4e1eb38621f 100644 (file)
   "bundlewatch": {
     "files": [
       {
-        "path": "client/dist/en-US/*-es2015.js",
+        "path": "client/dist/en-US/*.js",
         "maxSize": "1mb"
       },
       {