bind-event-listener icon indicating copy to clipboard operation
bind-event-listener copied to clipboard

improving esm support

Open alexreardon opened this issue 9 months ago • 1 comments

  • adding esm outputs (through "module" field and "exports")
  • still has cjs support through "main" field
  • moving from es5 target to es2022 target (will likely need a major for this)
  • now using esbuild for building
  • added "engines" to package.json

alexreardon avatar May 22 '24 23:05 alexreardon