Tim
Tim
Is there a way to exclude the view tags from being built? We're not really using it and would like to save the space if possible. Thanks
**Do you want to request a feature, report a bug or ask a question?** Ask question that's potentially a feature **What is the current behavior?** Extracts all svgs into one...
The [`html-minifier` package](https://www.npmjs.com/package/html-minifier) hasn't been updated for nearly 4 years and has a [ReDoS vulnerability](https://github.com/kangax/html-minifier/issues/1135). Terser has forked the repo and is actively maintaining it under [`html-minifier-terser`](https://www.npmjs.com/package/html-minifier-terser). Can this get...
The documentation for Webpack didn't work for me https://github.com/43081j/postcss-lit/blob/48c6f363faad026f151065fb61569f4db1fde688/README.md?plain=1#L33-L60 When I switched it around it started working as expected. Here's our order: ``` { test: /\.ts$/, use: [ 'babel-loader', 'ts-loader',...
Describe the feature you'd like: ### Code snippets without Code Connect I'm still getting familiar with Figma, Dev Mode, and Code Connect, but from my exploration it seems like a...