Transpile boi configuration files into webpack configuration and dependencies. Current version 0.0.15 (pre-release). No clear release cadence; appears to be a companion tool for the boi build system. Differentiator: acts as a bridge between boi's own config format and webpack, enabling webpack-based builds without direct webpack configuration.
npm install boi-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to transpile a boi configuration object into a webpack configuration object.
Migrate to plain webpack config.
Manually verify the output and add missing properties.
Pin exact version and test thoroughly.
Run `npm install boi-transpiler` or `yarn add boi-transpiler`.
Ensure the config object has required properties like `entry`.
Pass a valid JavaScript object representing the boi configuration.
No dependency data recorded yet.