From 22b1388a971977dbf8d83dd27cd5b34f7769d2c7 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 6 Feb 2020 16:15:40 +0800 Subject: [PATCH] docs: Add note about 'NODE_ENV=production' Motivation #2428 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 713dd3dba1..54200e290d 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ graphql(schema, query).then(result => { }); ``` +**Note**: Please don't forget to set `NODE_ENV=production` if you are running a production server it will disable some checks that can be useful during development but will significantly improve performance. + ### Want to ride the bleeding edge? The `npm` branch in this repository is automatically maintained to be the last