Thomas Walter
Thomas Walter
Substitutions: - _&_ -> _e_ (https://dictionary.cambridge.org/dictionary/english-italian/and) - _@_ -> _chiocciola_ (https://dictionary.cambridge.org/dictionary/english-italian/at-sign)
If a helper uses ES2015 default exports with Webpack 2 (2.1.0-beta.25), the following setup fails: `.babelrc`: ``` JSON { "presets": [ ["es2015", { "modules": false }] ] } ``` `template.handlebars`:...
An option to omit unnecessary decimal places would be great. If for example one has set `"round_decimals": 4`, the result of divisions will always have 4 number of digits after...