This fixes a bug which caused '{{#unless var}}' to act the same as '{{#if true}}' because 'unless' was transforming the conditional value to 'undefined'.
* Upgrade Handlebars to 4.3.0 * Upgrade Handlebars to the latest version
This allows us to compile without Ember being present