{"library":"on-build-webpack","type":"library","category":null,"description":"The `on-build-webpack` package provides a Webpack plugin designed to execute a callback function immediately after a build completes. Published as version `0.1.0` in October 2014, this package is considered abandoned and is not actively maintained. Its functionality is extremely basic, offering a single post-build hook, which contrasts sharply with the extensive `compiler.hooks` API introduced in modern Webpack versions (v4+). This plugin uses an outdated Webpack API (`compiler.plugin('done', ...)`) that has been replaced by the Tapable hook system (`compiler.hooks.done.tap(...)`). Consequently, it is incompatible with Webpack v4 and newer. Current best practice is to use Webpack's native plugin system directly via `compiler.hooks.done.tap` within a custom plugin.","language":"javascript","status":"abandoned","version":"0.1.0","tags":["javascript","webpack"],"install":[{"cmd":"npm install on-build-webpack","imports":["const WebpackOnBuildPlugin = require('on-build-webpack');"]},{"cmd":"yarn add on-build-webpack","imports":[]},{"cmd":"pnpm add on-build-webpack","imports":[]}],"homepage":null,"github":"https://github.com/kossnocorp/on-build-webpack","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/on-build-webpack","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/on-build-webpack/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}