{"library":"bit-bundler-minifyjs","type":"library","category":null,"description":"bit-bundler-minifyjs is a specialized plugin designed to integrate JavaScript minification capabilities into the bit-bundler ecosystem. It acts as a lightweight wrapper around the UglifyJS library, leveraging its robust optimization and minification features. The current stable version is 3.1.0. While no explicit release cadence is stated, the package has seen recent maintenance releases (e.g., v3.0.4), indicating ongoing support for critical fixes. Its primary differentiator is its seamless integration with bit-bundler, allowing developers to configure minification options per bundle, which is particularly useful in code-splitting scenarios. It also provides convenience options like `banner` and `sourceMap` that abstract UglifyJS's underlying configuration, streamlining its usage within the bit-bundler build process.","language":"javascript","status":"active","version":"3.1.0","tags":["javascript","bit-bundler","bit-bundler-plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install bit-bundler-minifyjs","imports":["var bitbundler = new Bitbundler({\n  bundler: [\n    \"bit-bundler-minifyjs\"\n  ]\n});","const minifyjs = require('bit-bundler-minifyjs');\n// ... then use in bundler config:\n// bundler: [minifyjs({ banner: '/*! My App */' })]","Bitbundler.bundle({ /* ... */ }, {\n  bundler: [\n    [\"bit-bundler-splitter\", { /* ... */ }],\n    [\"bit-bundler-minifyjs\", {\n      vendor: { sourceMap: false }\n    }]\n  ]\n});"]},{"cmd":"yarn add bit-bundler-minifyjs","imports":[]},{"cmd":"pnpm add bit-bundler-minifyjs","imports":[]}],"homepage":null,"github":"https://github.com/MiguelCastillo/bit-bundler-minifyjs","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/bit-bundler-minifyjs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/bit-bundler-minifyjs/compatibility"}}