{"library":"babel-minify-webpack-plugin","type":"library","category":null,"description":"A webpack plugin that uses babel-minify (formerly babili) to minify JavaScript bundles. Current stable version is 0.3.1, released March 2018. Last release was a bugfix for webpack 4 tapable deprecation warnings. The plugin operates on entire chunks rather than individual files, enabling optimizations not possible with loader-based minification. However, it is slower than using babel-loader with the minify preset. The package has narrow engine requirements (Node 4.3–5.0 or >=5.10) and is essentially in maintenance mode, with no releases since 2018 and webpack 5 not officially supported. Alternatives include terser-webpack-plugin and babel-loader with preset-minify.","language":"javascript","status":"maintenance","version":"0.3.1","tags":["javascript","babel","babel-minify","minify","webpack","webpack-plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-minify-webpack-plugin","imports":["const MinifyPlugin = require('babel-minify-webpack-plugin');","// webpack.config.js\nconst MinifyPlugin = require('babel-minify-webpack-plugin');","plugins: [new MinifyPlugin({ mangle: { topLevel: true } }, { sourceMap: true })]"]},{"cmd":"yarn add babel-minify-webpack-plugin","imports":[]},{"cmd":"pnpm add babel-minify-webpack-plugin","imports":[]}],"homepage":null,"github":"https://github.com/webpack-contrib/babel-minify-webpack-plugin","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-minify-webpack-plugin","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/babel-minify-webpack-plugin/compatibility"}}