webpack-html-builder

0.4.0 • Public • Published

webpack-html-builder

Check Publish to NPM npm version

Installation

yarn add --dev webpack-html-builder
# or
npm install --save-dev webpack-html-builder

Usage

Add this to your webpack config:

import WebpackHtmlBuilder from 'webpack-html-builder';

  // ...

  plugins: [
    new WebpackHtmlBuilder({
      publicPath: 'layouts',
      context: 'layouts',
    }),
  ],

  // ...

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-html-builder

Weekly Downloads

4

Version

0.4.0

License

MIT

Unpacked Size

80.4 kB

Total Files

50

Last publish

Collaborators

  • tarik02