From e298c5bbc651e5f310beea592a12844fd8426476 Mon Sep 17 00:00:00 2001 From: Bogdan Chadkin Date: Wed, 30 May 2018 09:49:29 +0300 Subject: [PATCH] Mention package source --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a064eb3..55795f2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [travis-img]: https://travis-ci.org/TrySound/rollup-plugin-uglify.svg [travis]: https://travis-ci.org/TrySound/rollup-plugin-uglify -[Rollup](https://github.com/rollup/rollup) plugin to minify generated bundle. +[Rollup](https://github.com/rollup/rollup) plugin to minify generated bundle. Uses [UglifyJS](https://github.com/mishoo/UglifyJS2) under the hood. + +_Note: uglify-js is able to transpile only es5 syntax. If you want to transpile es6+ syntax use [terser](https://github.com/TrySound/rollup-plugin-terser) instead_ ## Install