We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1023db commit 555df98Copy full SHA for 555df98
2 files changed
CHANGELOG.md
@@ -79,4 +79,5 @@
79
- v4.0.1 支持 webpack4.x
80
- v4.0.2 修复 watch 模式下资源重复的问题
81
- v4.0.3 修复外链 favico 的问题
82
-- v4.0.4 修复 favico 文件不存在报错
+- v4.0.4 修复 favico 文件不存在报错
83
+- v4.0.5 修复link标签和script标签中间有换行符匹配不到的问题
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "html-res-webpack-plugin",
3
- "version": "4.0.4",
+ "version": "4.0.5",
4
"description": "html generation and resource inline or md5 for webpack",
5
"keywords": [
6
"front-end",
0 commit comments