webpack-css-inline
v1.0.1
Published
Webpack plugin for inlining CSS into HTML files
Readme
Webpack css inline
Webpack plugin for inlining css into html files.
Usage
new WebpackCssInlinePlugin({
shared: ["path/to/shared.css"],
views: {
index: ["path/to/index.css"],
},
}),