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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -