Remove uneeded list construction for plugins
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ const config = {
|
|||||||
file: 'dist/frigate-hass-card.js',
|
file: 'dist/frigate-hass-card.js',
|
||||||
format: 'es',
|
format: 'es',
|
||||||
},
|
},
|
||||||
plugins: [...plugins],
|
plugins: plugins,
|
||||||
// These two files use this at the toplevel, which causes rollup warning
|
// These two files use this at the toplevel, which causes rollup warning
|
||||||
// spam on build: `this` has been rewritten to `undefined`
|
// spam on build: `this` has been rewritten to `undefined`
|
||||||
moduleContext: {
|
moduleContext: {
|
||||||
|
|||||||
Reference in New Issue
Block a user