From 4e22b2f90abe198e9b1f88b78ee79b58685cb300 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Wed, 21 Feb 2018 20:26:50 -0500 Subject: [PATCH] Mention `meteor create --minimal` in History.md. --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index 336bf28183..8ca1332da3 100644 --- a/History.md +++ b/History.md @@ -43,6 +43,10 @@ [Feature #24](https://github.com/meteor/meteor/pull/24) [PR #9657](https://github.com/meteor/meteor/pull/9657) +* The `meteor create` command now supports a `--minimal` option, which + creates an empty app (like `--bare`) with as few Meteor packages as + possible, to minimize client-side application size. + ## v1.6.1, 2018-01-19 * Node has been updated to version