default is a reserved word
Quoting it to fix in older browsers, especially Android 2.3.x.
- Loading branch information
| @@ -1,3 +1,3 @@ | ||
| // Create a simple path alias to allow browserify to resolve | ||
| // the runtime on a supported path. | ||
| module.exports = require('./dist/cjs/handlebars.runtime').default; | ||
| module.exports = require('./dist/cjs/handlebars.runtime')['default']; |
This comment has been minimized.
71690aethis also breaks the minification with yui compressor. i know, nobody is using the yui compressor any more, but we are hostages of a cms system, and have no other choice so far. is there a time plan, when this fix will be published on npm? we are using browserify to bundle our code and this comes as a dependency of the hbsfy transformation