- BugFix: Update build configuration for better CJS & ESM compat support.
- BREAKING: Exported function was renamed from
esbuildPluginAliasPath
toaliasPath
, to keep same with other plugins's usage style. - BREAKING: Nested path will also be resolved now.
- CHORE: Both CJS and ESM output will be published now, as with
exports
field in packages.json, you will be using the ESM version byimport
, and CJS version byrequire
.