This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
Handlebars: Dynamic requires are not currently supported by rollup-plugin-commonjs #131
Closed
Description
This is probably the wrong place to ask this, but I'm getting this error when trying to use handlebars in my rollupjs build:
Dynamic requires are not currently supported by rollup-plugin-commonjs
I'm trying to figure out how I can include Handlebars import Handlebars from 'handlebars';
for use in my project using rollupjs. Any ideas?