Skip to content

Commit 7d51a55

Browse files
author
Jeff Escalante
committed
add node6 note
1 parent 51983d5 commit 7d51a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ 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+
1719
## Usage
1820

1921
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)