From b4f5f98ed116e07d52ef404e4b60d70e67e0d563 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 9 Jun 2022 13:41:08 -0300 Subject: [PATCH] Remove uneeded list construction for plugins --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index e65c6ace..bda741e7 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -70,7 +70,7 @@ const config = { file: 'dist/frigate-hass-card.js', format: 'es', }, - plugins: [...plugins], + plugins: plugins, // These two files use this at the toplevel, which causes rollup warning // spam on build: `this` has been rewritten to `undefined` moduleContext: {