1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

PolymerElement cleanup (#18793)

This commit is contained in:
Simon Lamon
2023-11-28 20:25:12 +01:00
committed by GitHub
parent 8c0c56b954
commit 7691f7eb05
15 changed files with 22 additions and 213 deletions

View File

@@ -125,7 +125,6 @@ module.exports.babelOptions = ({ latestBuild, isProdBuild, isTestBuild }) => ({
{ name: "svg", encapsulation: "svg" },
{ name: "css", encapsulation: "style" },
],
"@polymer/polymer/lib/utils/html-tag": ["html"],
},
strictCSS: true,
htmlMinifier: module.exports.htmlMinifierOptions,