Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed May 31, 2016
1 parent b901115 commit 319a257
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,3 +1,7 @@
0.2.1 - 2016/5/31
----------------------
add: forceReletive

0.2.0 - 2016/5/26
----------------------
refactor: add params hash and xFixAssets
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,8 @@ Add new plugin instance to your `webpack` config
},
ignore: ['dist/**/*.html','coverage/**/*.html'],
xFixAssets: false,
hash: true
hash: true,
forceRelative: true
})
]
});
Expand All @@ -49,7 +50,7 @@ The plugin accepts the following options:
- ignore: pass through to glob
- xFixAssets: do not fix assets paths in html but fix hash
- hash: fix assets with hash paths in html

- forceRelative: absolute path in html would regard as relative, USED FOR publicPath

### License
MIT
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "html-repath-webpack-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "manage html output path by this plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 319a257

Please sign in to comment.