From fd0c11551cde6fe55b2f32e5c6c510813885a0d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 11 Feb 2021 11:23:19 +0100 Subject: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, { -- cgit v1.2.3