default is a reserved word
Quoting it to fix in older browsers, especially Android 2.3.x.
This commit is contained in:
+1
-1
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user