{"id":13847148,"url":"https://github.com/gregberge/error-overlay-webpack-plugin","last_synced_at":"2025-04-14T08:17:04.691Z","repository":{"id":43734908,"uuid":"124551529","full_name":"gregberge/error-overlay-webpack-plugin","owner":"gregberge","description":"Catch errors with style 💥✨","archived":false,"fork":false,"pushed_at":"2022-11-14T09:36:49.000Z","size":790,"stargazers_count":873,"open_issues_count":12,"forks_count":45,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-14T08:16:58.218Z","etag":null,"topics":["create-react-app","error","error-handling","error-overlay","webpack","webpack-plugin"],"latest_commit_sha":null,"homepage":null,"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/gregberge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"gregberge"}},"created_at":"2018-03-09T14:34:41.000Z","updated_at":"2024-07-15T11:36:24.000Z","dependencies_parsed_at":"2023-01-23T13:16:04.177Z","dependency_job_id":null,"html_url":"https://github.com/gregberge/error-overlay-webpack-plugin","commit_stats":null,"previous_names":["smooth-code/error-overlay-webpack-plugin"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregberge%2Ferror-overlay-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregberge%2Ferror-overlay-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregberge%2Ferror-overlay-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregberge%2Ferror-overlay-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregberge","download_url":"https://codeload.github.com/gregberge/error-overlay-webpack-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843999,"owners_count":21170499,"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":["create-react-app","error","error-handling","error-overlay","webpack","webpack-plugin"],"created_at":"2024-08-04T18:00:56.113Z","updated_at":"2025-04-14T08:17:04.649Z","avatar_url":"https://github.com/gregberge.png","language":"JavaScript","funding_links":["https://github.com/sponsors/gregberge"],"categories":["JavaScript"],"sub_categories":[],"readme":"# Error Overlay Webpack Plugin\n\n![Node.js CI](https://github.com/gregberge/error-overlay-webpack-plugin/workflows/Node.js%20CI/badge.svg)\n\nCatch errors with style 💥✨\n\nThis plugin will display an error overlay in your application. It is the same error overlay used in [create-react-app](https://github.com/facebook/create-react-app).\n\n- 📦 Webpack 5 support\n- 🥞 Elegant stack trace\n- 📝 Click to open error line in editor\n\n\u003cimg src=\"https://raw.githubusercontent.com/gregberge/error-overlay-webpack-plugin/master/docs/example.png\" alt=\"Error Overlay Webpack Plugin Example\"\u003e\n\n```\nnpm install error-overlay-webpack-plugin --save-dev\n```\n\n## Usage\n\n```js\n// webpack.config.js\nconst ErrorOverlayPlugin = require('error-overlay-webpack-plugin')\n\nmodule.exports = {\n  entry: 'main.js',\n  output: {\n    path: __dirname + '/dist',\n    filename: 'bundle.js',\n  },\n  plugins: [new ErrorOverlayPlugin()],\n  devtool: 'cheap-module-source-map', // 'eval' is not supported by error-overlay-webpack-plugin\n}\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregberge%2Ferror-overlay-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregberge%2Ferror-overlay-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregberge%2Ferror-overlay-webpack-plugin/lists"}