esbuild-plugin-node-externals
Version:
ESBuild plugin for node externals.
11 lines (6 loc) • 327 B
Markdown
# CHANGELOG
## Released 1.0.1
- BugFix: Update build configuration for better CJS & ESM compat support.
## Released 1.0.0
- No significant changes.
- CHORE: Both CJS and ESM output will be published now, as with `exports` field in packages.json, you will be using the ESM version by `import`, and CJS version by `require`.