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?
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-commonjsI'm trying to figure out how I can include Handlebars
import Handlebars from 'handlebars';for use in my project using rollupjs. Any ideas?