Borschik JS tech that uses Babili (babel-minify) as the minifier for JavaScript files. Current stable version: 1.0.0, release cadence: inactive, last release in 2016. Integrates with the Borschik build system to provide ES6/ES2015+ minification via Babili. Differentiators: leverages Babili's ability to minify modern JavaScript without requiring transpilation to ES5 first; supports custom Babili options via --tech-options.
npm install borschik-tech-babiliNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install and use borschik-tech-babili to minify a JavaScript file with Babili, with custom options.
Migrate to @babel/preset-minify or use a different minifier.
Ensure borschik version 1.0.5 or later is installed.
Use --tech-options='{"babili":{}}' not just --tech-options='{}'.Run 'npm install borschik borschik-tech-babili' in your project.
Ensure borschik and borschik-tech-babili are installed from same directory or globally.