add-content-html-webpack-plugin

0.1.3 • Public • Published

Usage

# install
npm install add-content-html-webpack-plugin (or yarn)

# usage
const AddContentHtml = require('add-content-html-webpack-plugin');

# plugins config array for Webpack
new AddContentHtml({
    filepath: // file path
    inject: 'head', // head、body、html
    babelpath: // babel path
});

Package Sidebar

Install

npm i add-content-html-webpack-plugin

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • evan.yuanzh