html-webpack-conversion-script

1.0.0 • Public • Published

html-webpack-conversion-script

Dependencies

  • html-webpack-plugin
  • preload-webpack-plugin

Why do you need this plugin?

After using the preload-webpack-plugin to generate the preload tag, his location is in the head. When there are too many tags, or when you need to load some images, they will block their loading.

Usage

npm i -D html-webpack-conversion-script
const htmlWebpackConversionPlugin = require('../index')

plugins: [
      new htmlWebpackConversionPlugin()
    ]

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.01

Package Sidebar

Install

npm i html-webpack-conversion-script

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

33.4 kB

Total Files

22

Last publish

Collaborators

  • grewer-user