1 import path from "node:path";
2 import { fileURLToPath } from "node:url";
3 import resolve from "@rollup/plugin-node-resolve";
5 const dirname = path.dirname( fileURLToPath( import.meta.url ) );
8 input: `${ dirname }/src-pure-esm/main.js`,
10 dir: `${ dirname }/tmp/rollup-pure-esm`,