From 5d89f45546a13770bcd3052abe878add0cd1ae01 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Thu, 20 Jul 2023 07:41:11 +0100 Subject: [PATCH] Update Terser configs to remove ES5 restrictions --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index b5afb9b21a..b7fdd3d174 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -28,7 +28,6 @@ module.exports = defineConfig({ }, // Compatibility workarounds - ecma: 5, safari10: true }) ]