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

pull/27291/head
Wendelin 2025-10-02 10:33:23 +02:00 committed by GitHub
parent 552691e200
commit 2e096c23e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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}/`)),
},