dojo / webpack-contrib

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

Adding an option to not emit <style> tag containing all the CSS #297

Closed rorticus closed 4 years ago

rorticus commented 4 years ago

Type: feature

The following has been addressed in the PR:

Description:

Added an option to disable the <style>...</style> tags created during a BTR build containing inline styles.

Resolves #283 Related https://github.com/dojo/cli-build-app/pull/427