From 9591c732f7088d14c5682f0bc42ece71f0db8b39 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Tue, 20 Dec 2016 14:17:42 -0500 Subject: [PATCH] Add options to readme --- packages/babel-plugin-minify-type-constructors/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/babel-plugin-minify-type-constructors/README.md b/packages/babel-plugin-minify-type-constructors/README.md index 091add70b..efd6fce04 100644 --- a/packages/babel-plugin-minify-type-constructors/README.md +++ b/packages/babel-plugin-minify-type-constructors/README.md @@ -57,3 +57,11 @@ require("babel-core").transform("code", { plugins: ["minify-type-constructors"] }); ``` + +## Options + ++ `array` - prevent plugin from minifying arrays ++ `boolean` - prevent plugin from minifying booleans ++ `number` — prevent plugin from minifying numbers ++ `object` — prevent plugin from minifying objects ++ `string` — prevent plugin from minifying strings