webpack-contrib / html-loader

HTML Loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msapplication source names not loading

bigskillet opened this issue · comments

  • webpack Version: 5.15.0
  • html-loader Version: 2.1.0

Expected Behavior

Meta tags with msapplication names to be loaded and hashed:

<meta name="msapplication-square150x150logo" content="mstile-150x150-12345678.png" />

Actual Behavior

Meta tags with msapplication names are ignored and simply pass through:

<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />