Skip to content

Commit c74e89f

Browse files
Fork package
1 parent 163e4ea commit c74e89f

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/yarn.lock

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
2-
"name": "webpack-hash-exclude-plugin",
3-
"version": "1.0.7",
4-
"description": "根据传入参数确定部分chunk打包时忽略chunkhash,html注入js、css文件地址是否取消chunkhash",
2+
"name": "@camelot-project/webpack-hash-exclude-plugin",
3+
"version": "1.0.0",
4+
"description": "Ignore certain files from file name hashing.",
55
"main": "index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/CamelotProject/webpack-hash-exclude-plugin.git"
9+
},
610
"scripts": {
711
"test": "echo \"Error: no test specified\" && exit 1"
812
},
913
"keywords": [
10-
"取消指定chunk的chunkhash,取消html模版中注入的js、css文件的chunkhash"
14+
"webpack-plugin",
15+
"hash"
1116
],
12-
"author": "huangzhongzhen",
17+
"author": "Gawain Lynch <gawain.lynch@gmail.com>",
1318
"license": "MIT",
1419
"dependencies": {
1520
"html-webpack-plugin": "^3.2.0",

0 commit comments

Comments
 (0)