Open guybedford opened 4 years ago
The main handlebars build at https://jspm.dev/npm:handlebars@4.7.6!cjs should be the browser build not the Node build.
This seems due to the "browser": { "." } mapping interacting with the cjs resolution process somehow, and needs further investigation.
"browser": { "." }
The main handlebars build at https://jspm.dev/npm:handlebars@4.7.6!cjs should be the browser build not the Node build.
This seems due to the
"browser": { "." }
mapping interacting with the cjs resolution process somehow, and needs further investigation.