html-inline-css-loader

0.2.1 • Public • Published

html-inline-css-loader

This is a webpack loader that inlines or embeds CSS within HTML using inline-css and juice.

rules: [
  {
    test: /\.html$/,
    use: [
      { loader: 'file-loader' },
      { loader: 'html-inline-css-loader' }
    ]
  }
]

Roadmap

  • cpselvis/inline-html-loader
  • hxfdarling/html-inline-assets-loader

Package Sidebar

Install

npm i html-inline-css-loader

Weekly Downloads

6

Version

0.2.1

License

MIT

Unpacked Size

3.25 kB

Total Files

4

Last publish

Collaborators

  • boycce