From 59229feb82b6e842da0d603d221b7105284ffd9c Mon Sep 17 00:00:00 2001 From: kzc Date: Mon, 15 May 2017 12:21:05 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 711ec39b..f1927bc8 100644 --- a/README.md +++ b/README.md @@ -346,11 +346,6 @@ console.log(result.code); - `toplevel` (default `false`) - set to `true` if you wish to enable top level variable and function name mangling and to drop unused variables and functions. -- `ast` (default `false`) - set to `true` if you wish to have the `ast` - set in the minify result. - -- `code` (default `true`) - if set return `code` in the minify result. - - `ie8` (default `false`) - set to `true` to support IE8. ## Minify option structure @@ -378,8 +373,6 @@ console.log(result.code); // source map options }, toplevel: false, - ast: false, - code: true, ie8: false, } ```