feat: initial commit

This commit is contained in:
2025-09-26 19:05:00 -04:00
commit bcd2b58591
6 changed files with 7099 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# bare-bundle-transform-plugin-babel
Plugin for [bare-bundle-transform](https://github.com/Didericis/bare-bundle-transform) that applies a babel transformation to every file with a `.cjs`, `.mjs`, and `.js` extension.
## Usage
```console
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](https://babeljs.io/docs/configuration)).