Skip to content

Commit 7179485

Browse files
authored
Add notice about uglifyjs issues
Closes #27. Unfortunately uglifyjs does not support ES6 in the master branch.
1 parent 7427951 commit 7179485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# striptags [![Build Status](https://travis-ci.org/ericnorris/striptags.svg)](https://travis-ci.org/ericnorris/striptags)
22
An implementation of PHP's [strip_tags](http://www.php.net/manual/en/function.strip-tags.php) in Node.js.
33

4+
**Note:** `v3+` targets ES6, and is therefore incompatible with the maaster branch of `uglifyjs`. You can either:
5+
- use `babili`, which supports ES6
6+
- use the `harmony` branch of `uglifyjs`
7+
- stick with the [2.x.x](https://github.com/ericnorris/striptags/tree/v2.x.x) branch
8+
49
## Features
510
- Fast
611
- Zero dependencies

0 commit comments

Comments
 (0)