Min De Sik

Results 2 issues of Min De Sik

Bolt is not installing `--production` only packages. | Title | Description | --------------------|------------ | Version | 0.24.5 | Type | Request | node | 14.11.0 | Operating System | macOS...

```javascript hbs.registerAsyncHelper('testAsync', (key, cb) => { cb('ok') }) const t = hbs.compile('Hello {{testAsync}}') console.log(t({})) // Throws: Could not find resolver cache in async helper testAsync. ``` But works with **hbs.registerHelper**