dojo / webpack-contrib

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

Add an option to disable inlining of css #283

Closed matt-gadd closed 4 years ago

matt-gadd commented 4 years ago

Enhancement Sometimes it is desirable to not inline css during Build Time Render. Having a writeCss (to match the writeHtml) or inlineCss flag in the dojorc options would be useful.