{"id":13398793,"url":"https://github.com/webpackmonitor/webpackmonitor","last_synced_at":"2025-05-14T14:09:32.646Z","repository":{"id":41398031,"uuid":"103567934","full_name":"webpackmonitor/webpackmonitor","owner":"webpackmonitor","description":"A tool for monitoring webpack optimization metrics through the development process","archived":false,"fork":false,"pushed_at":"2019-10-14T19:51:52.000Z","size":3217,"stargazers_count":2412,"open_issues_count":37,"forks_count":107,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-04-12T11:55:28.375Z","etag":null,"topics":["analyzer","monitoring","optimization","plugin","webpack"],"latest_commit_sha":null,"homepage":"http://webpackmonitor.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webpackmonitor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-14T18:33:02.000Z","updated_at":"2025-04-07T05:01:27.000Z","dependencies_parsed_at":"2022-09-01T04:01:05.488Z","dependency_job_id":null,"html_url":"https://github.com/webpackmonitor/webpackmonitor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpackmonitor%2Fwebpackmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpackmonitor%2Fwebpackmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpackmonitor%2Fwebpackmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webpackmonitor%2Fwebpackmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webpackmonitor","download_url":"https://codeload.github.com/webpackmonitor/webpackmonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160420,"owners_count":22024568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analyzer","monitoring","optimization","plugin","webpack"],"created_at":"2024-07-30T19:00:31.708Z","updated_at":"2025-05-14T14:09:27.636Z","avatar_url":"https://github.com/webpackmonitor.png","language":"JavaScript","readme":"_Please note that Webpack Monitor is **NOT** currently maintained - sorry_ 😢\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/webpackmonitor/webpackmonitor\"\u003e\n    \u003cimg src=\"https://roachjc.github.io/wpmlogo-smed.png\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n# Webpack Monitor\n\nWebpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]\n\n## Usage\n\n![webpack monitor analysis tool](https://roachjc.github.io/main3.gif)\n\nInstall the webpack monitor plugin on your production config. The plugin will collect stats whenever meaningful changes to bundle composition have occurred. Optionally launch analysis too to see how your bundles have changed over time!\n\n## Setup\n```sh\nnpm install --save-dev webpack-monitor\n```\n\nin `webpack.config.js`\n```js\nconst WebpackMonitor = require('webpack-monitor');\n\n// ...\n\nplugins: [\n  new WebpackMonitor({\n    capture: true, // -\u003e default 'true'\n    target: '../monitor/myStatsStore.json', // default -\u003e '../monitor/stats.json'\n    launch: true, // -\u003e default 'false'\n    port: 3030, // default -\u003e 8081\n    excludeSourceMaps: true // default 'true'\n  }),\n],\n```\n\n- `capture` will collect stats on the build where meaningful changes have occurred. We do not capture build data where the build does not differ from most recent build on file.  \n- `target` specify where to save your build data  \n- `launch` will fire up a local server and launch the webpack monitor analysis tool  \n- `port` optionally set the port for local server  \n- `excludeSourceMaps` excludes emitted source maps from the build stats  \n\n## Contributing\nTo contribute to `webpack-monitor`, fork the repository and clone it to your machine then install dependencies with `npm install`. If you're interested in joining the Webpack Monitor team as a contributor, feel free to message one of us directly!\n\n## Authors\n\n- Jon Roach (https://github.com/roachjc)\n- Gordon Yu (https://github.com/gordonu)\n- Balal Zuhair (https://github.com/bzuhair)\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details\n\n[downloads-image]: https://img.shields.io/npm/dt/webpack-monitor.svg\n[npm-url]: https://www.npmjs.com/package/webpack-monitor\n[npm-image]: https://img.shields.io/npm/v/webpack-monitor.svg\n","funding_links":[],"categories":["Webpack","JavaScript","Tools to analyze bundle size"],"sub_categories":["Webpack"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpackmonitor%2Fwebpackmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebpackmonitor%2Fwebpackmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebpackmonitor%2Fwebpackmonitor/lists"}