diff --git a/source/blog/2018-11-02-the-ember-times-issue-71.md b/source/blog/2018-11-02-the-ember-times-issue-71.md index 9b0f15c5a9..32b0749483 100644 --- a/source/blog/2018-11-02-the-ember-times-issue-71.md +++ b/source/blog/2018-11-02-the-ember-times-issue-71.md @@ -1,12 +1,12 @@ --- title: The Ember Times - Issue No. 71 -author: Chris Ng, Jessica Jordan, Kenneth Larsen, the crowd +author: Chris Ng, Jessica Jordan, Ryan Mark, Kenneth Larsen, Alon Bukai the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2018 alias : "blog/2018/11/02-the-ember-times-issue-71.html" responsive: true --- - Emberistas! 🐹 +Bonjour Emberistas! 🐹 This week your **help is needed** to bring **tree-shaking** 🌳 to Ember apps, an new RFC on dynamic tags is ready for your comments @@ -26,7 +26,7 @@ This week your **help is needed** to bring **tree-shaking** 🌳 to Ember apps, A promising approach to reduce the size of Ember apps dramatically is known as **tree-shaking**. This describes a way to **exclude any code** from your **bundle** which is ultimately not needed for your application to work as expected. -The [Packager RFC (Request for Comments) for bringing tree-shaking](https://github.com/ember-cli/rfcs/blob/master/active/0051-packaging.md#tree-shaking) to Ember apps [had been accepted in April this year](https://github.com/ember-cli/rfcs/commit/567201627bcc6baa2d70103bd5b6f9e23e8ea0d9). Since then, lots of progress has already been made on the Ember & Ember CLI side of things and even [the experimental addon ember-cli-tree-shaker](https://github.com/kellyselden/ember-cli-tree-shaker) has been a tangible product of recent efforts to allow you to try out tree shaking today. But there's still a lot more to do. And **your help is needed**! +The [Packager RFC (Request for Comments) for bringing tree-shaking](https://github.com/ember-cli/rfcs/blob/master/active/0051-packaging.md#tree-shaking) to Ember apps [was accepted in April this year](https://github.com/ember-cli/rfcs/commit/567201627bcc6baa2d70103bd5b6f9e23e8ea0d9). Since then, lots of progress has already been made on the Ember & Ember CLI side of things. There is even [the experimental addon ember-cli-tree-shaker](https://github.com/kellyselden/ember-cli-tree-shaker) that has been a tangible product of recent efforts to allow you to try out tree shaking today. But there's still a lot more to do. **Your help is needed**! If you're feeling up to the task to help tree-shaking land in Ember and you're curious to learn more about Ember CLI internals, be sure to **reach out** to [**@kellyselden** on either Twitter](https://twitter.com/kellyselden/status/1050717338595745792) or the [#topic-tree-shaking Discord channel](https://discordapp.com/channels/480462759797063690/502098552751915008) to get started! @@ -119,4 +119,4 @@ That's another wrap! ✨ Be kind, -Chris Ng, Jessica Jordan, Kenneth Larsen, the crowd and the Learning Team +Chris Ng, Jessica Jordan, Ryan Mark, Kenneth Larsen, Alon Bukai, the crowd and the Learning Team