asyncLiz / minify-html-literals

Minify HTML template literal strings
MIT License
68 stars 13 forks source link

Transpile TS down to ESM compatible code for npm package #40

Open tirithen opened 2 years ago

tirithen commented 2 years ago

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?

AliMD commented 2 years ago

same issue!