cfware / babel-plugin-template-html-minifier

Minify HTML in tagged template strings using html-minifier
MIT License
63 stars 4 forks source link

Ignore unresolvable modules. #5

Closed coreyfarrell closed 5 years ago

coreyfarrell commented 5 years ago

Previously an unresolvable module would cause an exception to be throw. This caused problems for custom resolvers. I had considered using an option for this but really a linter is the correct tool to check for invalid imports.

Fixes #4