should there be a check for exports,
Opened this issue · 1 comments
englishextra commented
if (typeof exports === 'object') {
module.exports = templatePolyfill;
}
jeffcarp commented
PR's welcome!
Opened this issue · 1 comments
if (typeof exports === 'object') {
module.exports = templatePolyfill;
}
PR's welcome!