dojo / webpack-contrib

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

Process all css in BTR not just css for entries #284

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

Changes the behaviour of BTR to remove all css file import/link from the head that exist in the build output. The css is already inlines, the import/link will be added to the body like the entry css is at the moment.

Resolves #282