kellyselden / ember-cli-tree-shaker

Experiment with tree-shaking in Ember CLI
MIT License
76 stars 7 forks source link

[Fix] guard legacyFilesToAppend #31

Closed bensonnn closed 6 years ago

bensonnn commented 6 years ago

Using ember-cli: 3.0.1 It appears legacyFileToAppend has been deprecated in version 3.
https://github.com/ember-cli/ember-cli/pull/7523/files

kellyselden commented 6 years ago

Fixed in #34. Thanks for the PR.