From 6339416320b0c875aecc6c75aabbee3c16ecebba Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Mon, 27 Aug 2018 22:38:29 -0700 Subject: [PATCH] app.json: Remove polyfills. --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index f6d927db..79c218dd 100644 --- a/app.json +++ b/app.json @@ -172,6 +172,10 @@ * settings. */ "production": { + "compressor": { + "type": "cmd", + "polyfills": "none" + } }, "testing": {