Remove @shoelace-style from babelOptions exclusion list (#27289)
parent
552691e200
commit
2e096c23e0
|
@ -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}/`)),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue