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()
    ]

/html-webpack-conversion-script/

    Package Sidebar

    Install

    npm i html-webpack-conversion-script

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    33.4 kB

    Total Files

    22

    Last publish

    Collaborators

    • grewer-user