webpack-html-one

0.4.0 • Public • Published

webpack-html-one

webpack plugin to combine css/js into html

most use for mobile web page

install

npm install webpack-html-one --save

example

const HtmlOnePlugin = require('webpack-html-one')

// webpack.config.js
{
  plugins: [
    new HtmlOnePlugin()
  ]
}

options

minify: default true, minify html output

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-html-one

Weekly Downloads

4

Version

0.4.0

License

ISC

Unpacked Size

4.39 kB

Total Files

7

Last publish

Collaborators

  • zenxds