mansona / ember-get-config

Get `config/environment` from anywhere, even addons!!!
MIT License
65 stars 20 forks source link

Move `ember-cli-htmlbars` to devDependencies #33

Closed SergeAstapov closed 2 years ago

SergeAstapov commented 2 years ago

As this addon does not ship any templates, there is no need to entangle in template compilation.

This is real minor change, however for the large app with many addons depending on ember-cli-htmlbars this may safe few seconds of build time as less addons to traverse in dependency graph.

@mansona if I'm not missing anything, can this be a patch release?

mansona commented 2 years ago

@SergeAstapov yes you're right, I'll release this as a patch 👍