{"id":15065692,"url":"https://github.com/qingwei-li/noop-webpack-plugin","last_synced_at":"2025-04-10T13:32:33.009Z","repository":{"id":65411443,"uuid":"83181497","full_name":"QingWei-Li/noop-webpack-plugin","owner":"QingWei-Li","description":"🤷‍♀️ Webpack plugin that does nothing.","archived":false,"fork":false,"pushed_at":"2018-10-31T07:10:15.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T01:40:18.596Z","etag":null,"topics":["noop","webpack","webpack-plugin","webpack2"],"latest_commit_sha":null,"homepage":"","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/QingWei-Li.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-02-26T03:59:57.000Z","updated_at":"2023-03-10T10:25:09.000Z","dependencies_parsed_at":"2023-01-23T10:54:58.341Z","dependency_job_id":null,"html_url":"https://github.com/QingWei-Li/noop-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QingWei-Li%2Fnoop-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QingWei-Li%2Fnoop-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QingWei-Li%2Fnoop-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QingWei-Li%2Fnoop-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QingWei-Li","download_url":"https://codeload.github.com/QingWei-Li/noop-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225711,"owners_count":21068078,"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":["noop","webpack","webpack-plugin","webpack2"],"created_at":"2024-09-25T00:45:36.459Z","updated_at":"2025-04-10T13:32:32.991Z","avatar_url":"https://github.com/QingWei-Li.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n**BEST PRACTICES 👉 https://github.com/webpack/webpack/issues/5493#issuecomment-321705298**\n\n# noop-webpack-plugin\n[![npm](https://img.shields.io/npm/v/noop-webpack-plugin.svg)](https://www.npmjs.com/package/noop-webpack-plugin)\n\n\u003e Webpack plugin that does nothing\n\n## Installation\n```shell\nnpm i noop-webpack-plugin -D\n```\n\n## Usage\n```javascript\nvar webpack = require('webpack')\nvar noop = require('noop-webpack-plugin')\nvar isProd = process.env.NODE_ENV === 'production'\n\nmodule.exports = {\n  entry: './src/entry.js',\n  output: {\n    path: './dist',\n    filename: '[name].js'\n  },\n  plugins: [\n    isProd ? new webpack.optimize.UglifyJsPlugin() : noop()\n  ]\n}\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwei-li%2Fnoop-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqingwei-li%2Fnoop-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqingwei-li%2Fnoop-webpack-plugin/lists"}