You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
Adding this import to my component, import template as "./FooterComponent.html!text", will cause the typescript compiler to log an error TS2307: Cannot find module './FooterComponent.html!text'. This happens for all html imports, but doesn't happen for css imports using plugin-css. Is it possible to fix this as it causes a lot of noise when compiling typescript.