esbuild-plugin-file-path-extensions
Advanced tools
Changelog
2.0.0 - (2023-12-03)
.cjs
as file extension, that was never actually properly applied. Because the
CommonJS extension will from this version forward actually properly be
.cjs
I am releasing this a breaking change in case anyone
expected it to be .js
. If you want to upgrade and retain .js
pass
{ cjsExtension: 'js' }
as options to this plugin.