We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3340b7 commit 4e8cd1aCopy full SHA for 4e8cd1a
README.md
@@ -80,11 +80,11 @@ with [dom-loader](https://github.com/Wizcorp/dom-loader)
80
{ test: /\.html$/, loader: 'dom!html!posthtml' }
81
```
82
83
-with [svg-loader](https://github.com/Wizcorp/dom-loader)
+with [svg-loader](https://github.com/dolbyzerr/svg-loader)
84
85
```javascript
86
87
-{ test: /\.html$/, loader: 'svg!posthtml' }
+{ test: /\.svg$/, loader: 'svg!posthtml' }
88
89
90
with [extract-text-plugin](https://github.com/webpack/extract-text-webpack-plugin)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "posthtml-loader",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"engine": ">=4",
5
"main": "index.js",
6
"dependencies": {
0 commit comments