When trying to use this package though https://www.npmjs.com/package/rollup-plugin-html-literals with a rollup ESM configuration (npx rollup -c rollup.config.mjs) the import of the plugin fails as the TS transpiled code in the npm package uses the legacy module.exports syntax.
Is this possible to change in the build config for this package to ease the usage?
When trying to use this package though https://www.npmjs.com/package/rollup-plugin-html-literals with a rollup ESM configuration (
npx rollup -c rollup.config.mjs
) the import of the plugin fails as the TS transpiled code in the npm package uses the legacymodule.exports
syntax.Is this possible to change in the build config for this package to ease the usage?