dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Build Time Render inlines css from assets but leaves blocking import #282

Closed matt-gadd closed 4 years ago

matt-gadd commented 4 years ago

Bug

Currently if you include a local css file in the head (rather than via an entry) like so:

    <link href="./css/style.css" rel="stylesheet">

The css will be inlined into the html, but the blocking link tag will still remain serving no benefit.