javascript - Can webpack package CSS into HTML as <style></style>? -


can css file can packaged html file <style>class..<style> in <header> via webpack?

yes can. please take @ style-ext-html-webpack-plugin webpack plugin.

the description on readme pretty good.

this extension plugin webpack plugin htmlwebpackplugin - plugin simplifies creation of html files serve webpack bundles.

the raw htmlwebpackplugin can bundle css assets elements if used in conjunction extracttextplugin. extension plugin builds on moving css content generated extracttextplugin external css file internal element.

this plugin used in combination htmlwebpackplugin , extracttextplugin plugins.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -