fix treeshaking array

This commit is contained in:
konnorrogers
2023-08-01 11:44:15 -04:00
parent 75b2da9eab
commit f880687401

View File

@@ -14,8 +14,11 @@
"./dist/shoelace.js",
"./dist/shoelace-autoloader.js",
"./dist/components/**/*.js",
"./dist/components/**/*.js",
"./dist/chunks/**/*.js",
"./dist/translations/**/*.*",
"./src/translations/**/*.*",
"*.css",
"// COMMENT: This monstrosity below isn't perfect, but its like 99% to get bundlers to recognize 'thing.component.ts' as having no side effects. Example: https://regexr.com/7grof",
"./dist/components/**/*((?<!(\\.component|\\.styles)))\\.js"
],