1.0.0 • Published 6 years ago

webpack-htmlinsert-plugin v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

install

npm install --save webpack-htmlInsert-plugin

usage

in webpack.config.js

const htmlInsert = require('webpack-htmlInsert-plugin');
 ...
plugins: [
 ...
    new wsp({
        content: '<script>aaaa</script>',
        fileList: ['public/index.html']
    })
 ...
]
1.0.0

6 years ago