Skip to content

Commit 5824e60

Browse files
Update README
1 parent 868cd23 commit 5824e60

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
## 使用方法
1+
# Webpack Hash Exclude Plugin
2+
3+
A simple Webpack plugin originally written by huangzhongzhen that allows excluding certain file names from having the
4+
hash added.
5+
6+
## Using
7+
28
```
39
const webpackHashExcludePlugin = require('webpack-hash-exclude-plugin')
410
new webpackHashExcludePlugin({
511
excludeJs: ['styles', 'vendor', 'index'], //chunkname, default: []
612
excludeCss: ['styles'], //chunkname, default: []
7-
cancelHtmlHash: true //取消html模版里面的chunkhash default: true
13+
cancelHtmlHash: true // Cancel chunkhash in html template default: true
814
})
9-
```
15+
```

0 commit comments

Comments
 (0)