# 1.0.0 (2025-09-26) ### Features * initial commit ([bcd2b58](https://github.com/Didericis/bare-bundle-transform-plugin-babel/commit/bcd2b58591c998c348e680b5cd058ba43005f80e))
bcd2b58
Plugin for bare-bundle-transform that applies a babel transformation to every file with a .cjs, .mjs, and .js extension.
.cjs
.mjs
.js
bare-pack ./app.js | bare-bundle-transform --plugin bare-bundle-transform-plugin-babel -o ./app.bundle
NOTE: to configure babel, add a babel.config.json to the root of the project you're bundling (as documented here).
babel.config.json