Skip to content

Commit 9e6b8f4

Browse files
author
Jeff Escalante
committed
remove node 6 notice
1 parent e11ac12 commit 9e6b8f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ A PostHTML loader for webpack
1414
npm i html-loader posthtml-loader --save
1515
```
1616

17-
> **Note:** This project is compatible with node v6+ only
18-
1917
## Usage
2018

2119
The posthtml loader must be used with at least one other loader in order to integrate with webpack correctly. For most use cases, the [html-loader](https://github.com/webpack/html-loader) is recommended. If you want to export the html string directly for use in javascript or webpack plugins, we recommend the [source-loader](https://github.com/static-dev/source-loader). Whichever loader you choose, it should be the first loader, followed by posthtml, as you will see in the examples below.

0 commit comments

Comments
 (0)