From f93afa7b77cc3f5b16049fdf59fa008cac61007f Mon Sep 17 00:00:00 2001 From: filipenevola Date: Wed, 9 Dec 2020 15:56:57 -0400 Subject: [PATCH] Adds to History: meteor-babel@7.10.6 Allows to disable sourceMap generation --- History.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index c1b430d547..2610d2ee8e 100644 --- a/History.md +++ b/History.md @@ -10,6 +10,9 @@ N/A ### Changes +* `meteor-babel@7.10.6` + - Allows to disable sourceMap generation [#36](https://github.com/meteor/babel/pull/36) + ## v1.12, 2020-04-12 ### Breaking changes @@ -43,7 +46,7 @@ N/A - supports Cordova add plugin command working again with plugin id or plugin name in the git URL as it was before Meteor 1.11. [#11202](https://github.com/meteor/meteor/pull/11202) - avoids MiTM by downloading through https. [#11188](https://github.com/meteor/meteor/pull/11188) -* `meteor-babel@7.10.7` +* `meteor-babel@7.10.5` - updates TypeScript to 4.1.2 and enables decorators and metadata reflection. [#11225](https://github.com/meteor/meteor/pull/11225) and [#11255](https://github.com/meteor/meteor/pull/11255) * `minimongo@1.6.1`