0.1.5 • Published 7 years ago

html-webpack-hashfix-plugin v0.1.5

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

html-webpack-hashfix-plugin

NPM version Build Status Coverage Status NPM downloads Dependency Status

Webpack plugin for repath assets with hash in outputs multiple html

Features

  • replace multiple html ressets with hash

Installation

$ npm i --save html-webpack-hashfix-plugin

Usage

Add new plugin instance to your webpack config

  import HtmlHashFix from 'html-webpack-hashfix-plugin';

  const compiler = webpack({
    plugins: [
      new HtmlHashFix({
        separator: '-',
        prefixPath: '',
      })
    ]
  });

Configuration

The plugin accepts the following options:

  • separator: separator of fileName and hashCode; 文件名和 hash 值的分隔符。
  • prefixPath: add prefixPath for html assets path; 可以给 html 引用的静态文件自定义前缀路径。

License

MIT

other

  • webpack chunkhash code in local are not as same as travis-ci, you can run test case in local.
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago