{"id":26806,"library":"boi-my-transpiler","title":"boi-transpiler","description":"Transpile Boi configuration files into Webpack configurations and dependencies. Version 0.0.12, experimental. Part of the Boi ecosystem for building webpack configs from higher-level Boi schemas. No stable release cadence; appears abandoned since 2018. Not recommended for new projects.","status":"abandoned","version":"0.0.12","language":"javascript","source_language":"en","source_url":"ssh://git@github.com/boijs/boi-transpiler","tags":["javascript"],"install":[{"cmd":"npm install boi-my-transpiler","lang":"bash","label":"npm"},{"cmd":"yarn add boi-my-transpiler","lang":"bash","label":"yarn"},{"cmd":"pnpm add boi-my-transpiler","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"ESM default export; CJS require may work if package has a default export shim, but not guaranteed.","wrong":"const transpile = require('boi-my-transpiler').default","symbol":"default","correct":"import transpile from 'boi-my-transpiler'"}],"quickstart":{"code":"import transpile from 'boi-my-transpiler';\nconst boiConfig = { entry: './src/index.js', output: { path: './dist', filename: 'bundle.js' } };\nconst webpackConfig = transpile(boiConfig);\nconsole.log(webpackConfig);\n// Example output shows Webpack configuration object\n// Note: This package is unmaintained; use at own risk.","lang":"javascript","description":"Shows basic usage of transpile function to convert Boi config to Webpack config."},"warnings":[{"fix":"Consider alternatives like webpack-cli or custom webpack configs.","message":"Package is unmaintained since 2018. No updates for compatibility with modern Webpack versions (4/5). May produce invalid configurations.","severity":"gotcha","affected_versions":">=0.0.12"},{"fix":"Manually update the produced webpack config to match your Webpack version.","message":"Transpiled output may rely on Webpack 3 APIs, not compatible with Webpack 4+ without manual adjustments.","severity":"breaking","affected_versions":">=0.0.12"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}