|
1 | 1 | ---
|
2 | 2 | title: The Ember Times - Issue No. 79
|
3 |
| -author: Jessica Jordan, Kenneth Larsen, Michael Schinis, the crowd |
| 3 | +author: Chris Ng, Jessica Jordan, Kenneth Larsen, Michael Schinis, the crowd |
4 | 4 | tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
|
5 | 5 | alias : "blog/2019/01/04-the-ember-times-issue-79.html"
|
6 | 6 | responsive: true
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | Blein Vie Noa, Emberistas! 🐹🎆🎇
|
10 | 10 |
|
11 |
| -The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** 👓🐹, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** �! We also have a new RFC for a brand new look of emberjs.com... |
| 11 | +The new year starts off with loads of **new RFCs**! Read more about **extending** the **Ember Inspector** 👓🐹, and suggested **deprecations** of **Route render** methods and selected **ApplicationController properties** �! We also have a new RFC for a brand new look of emberjs.com! And a new beta release of **ember-cli-babel**! |
12 | 12 |
|
13 | 13 | ---
|
14 | 14 |
|
@@ -66,8 +66,15 @@ Our friends are Algolia have enabled us to improve API docs search performance b
|
66 | 66 |
|
67 | 67 | ---
|
68 | 68 |
|
69 |
| -## [SECTION TITLE](#section-url) |
| 69 | +## [New Beta Release for ember-cli-babel 🎉](https://twitter.com/pzuraq/status/1075856318798344192) |
| 70 | + |
| 71 | +[@pzuraq](https://github.com/pzuraq) recently announced the release of [ember-cli-babel@v7.3.0-beta.1](https://github.com/babel/ember-cli-babel/tree/v7.3.0-beta.1)! |
| 72 | + |
| 73 | +The plugin [ember-cli-babel](https://github.com/babel/ember-cli-babel) uses [Babel](https://github.com/babel) and [babel-preset-env](https://github.com/babel/babel-preset-env) to allow us to use ES6 syntax within our Ember CLI project. |
| 74 | + |
| 75 | +With the 7.3.0 beta release, the `includeExternalHelpers` option is now available. This option controls deduplicating the default Babel helper functions by putting them in a shared module and lowering the payload size. |
70 | 76 |
|
| 77 | +To read more on the `includeExternalHelpers` check out the [docs](https://github.com/babel/ember-cli-babel/#external-helpers)! |
71 | 78 |
|
72 | 79 | ---
|
73 | 80 |
|
@@ -124,4 +131,4 @@ That's another wrap! ✨
|
124 | 131 |
|
125 | 132 | Be kind,
|
126 | 133 |
|
127 |
| -Jessica Jordan, Kenneth Larsen the crowd and the Learning Team |
| 134 | +Chris Ng, Jessica Jordan, Kenneth Larsen the crowd and the Learning Team |
0 commit comments