UNPKG

handlebars

Version:

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

9 lines (8 loc) 167 B
module.exports = { env: { // Handlebars should not use node or browser-specific APIs 'shared-node-browser': true, node: false, browser: false } };