From 7df18578306661404e388f4ddc8ba36ecb9b4413 Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Wed, 20 Dec 2017 15:59:44 +0800 Subject: [PATCH] update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef496178..43793dcd 100644 --- a/README.md +++ b/README.md @@ -627,7 +627,7 @@ If you're using the `X-SourceMap` header instead, you can just omit `sourceMap.u - `global_defs` (default: `{}`) -- see [conditional compilation](#conditional-compilation) -- `hoist_funs` (default: `true`) -- hoist function declarations +- `hoist_funs` (default: `false`) -- hoist function declarations - `hoist_props` (default: `true`) -- hoist properties from constant object and array literals into regular variables subject to a set of constraints. For example: