Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

v6.1.0

Compare
Choose a tag to compare
@TrySound TrySound released this 24 May 22:03
· 7 commits to master since this release

Added support for native es modules in node. Now this works with "type": "module" in package.json.

rollup.config.mjs

import { terser } from 'rollup-plugin-terser';
export default {
  ...
}