Remove uneeded list construction for plugins

This commit is contained in:
Felipe Santos
2022-06-09 13:41:08 -03:00
parent e4dd0e2c66
commit b4f5f98ed1
+1 -1
View File
@@ -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: {