rollup-plugin-handlebars-plus
rollup-plugin-handlebars-plus copied to clipboard
rollup: Unresolved dependencies
https://github.com/mixmaxhq/rollup-plugin-handlebars-plus/blob/44f387ba4c99ac9b464a498b3f2087fcb7941654/src/index.js#L137
What is this line for? It causes my rollup warn like this:
(!) Unresolved dependencies
https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency
handlebarsPlusHelpersInit (imported by src/path/aaaa/template.hbs)
(!) Missing global variable name
Use output.globals to specify browser global variable names corresponding to external modules
handlebarsPlusHelpersInit (guessing 'init')
and the bundle can not work since we don't get this mysterious init
imported.
Please fix this.. thanks
@muhammadkhan14 You can use an older version as workaround.