Webpack loader that inlines or embeds CSS within HTML
npm install html-inline-css-loaderThis is a webpack loader that inlines or embeds CSS within HTML using inline-css and juice.
`` javascript`
rules: [
{
test: /\.html$/,
use: [
{ loader: 'file-loader' },
{ loader: 'html-inline-css-loader' }
]
}
]
- cpselvis/inline-html-loaderhxfdarling/html-inline-assets-loader`
-