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

Remove @shoelace-style from babelOptions exclusion list (#27289)

This commit is contained in:
Wendelin
2025-10-02 10:33:23 +02:00
committed by GitHub
parent 552691e200
commit 2e096c23e0

View File

@@ -183,7 +183,6 @@ module.exports.babelOptions = ({
include: /\/node_modules\//,
exclude: [
"element-internals-polyfill",
"@shoelace-style",
"@?lit(?:-labs|-element|-html)?",
].map((p) => new RegExp(`/node_modules/${p}/`)),
},