0.2.1 • Published 2 years ago

html-inline-css-loader v0.2.1

Weekly downloads
26
License
MIT
Repository
github
Last release
2 years ago

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