File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /yarn.lock
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments