const Handlebars = require('handlebars') | |
Handlebars.registerHelper('prod', () => { | |
return process.env.NODE_ENV === 'production'; | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment