mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 01:55:17 -04:00
f2ce466d88e9f39cb1ffa8334efa81dfab70e3cf
bare-bundle-transform-plugin-babel
Plugin for bare-bundle-transform that applies a babel transformation to every file with a .cjs, .mjs, and .js extension.
Usage
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).
Description
Plugin for bare-bundle-transform that applies a babel transformation to every file with a
.cjs, .mjs, and .js extension.
Languages
JavaScript
100%