Dabolus / polymer3-webpack-starter-kit

Polymer 3 Starter Kit with Webpack
MIT License
55 stars 6 forks source link

Implement a literal template minifier #19

Closed Dabolus closed 6 years ago

Dabolus commented 6 years ago

The TypeScript components' literal templates in the project are automagically minified thanks to webpack. However, third party components' literal templates are still unminified. A literal template minifier should be implemented to save some more bytes. Note that not all literal templates contain HTML, so special attention is required.

Dabolus commented 6 years ago

Done with #20