1.0.0 • Published 6 years ago

html-webpack-conversion-script v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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