{"id":13671236,"url":"https://github.com/benweizhu/webpack-polyfills-plugin","last_synced_at":"2025-04-27T14:33:22.826Z","repository":{"id":57327039,"uuid":"74113944","full_name":"benweizhu/webpack-polyfills-plugin","owner":"benweizhu","description":"Fork from Sl1v3r/webpack-polyfills-plugin","archived":false,"fork":true,"pushed_at":"2017-04-01T11:27:18.000Z","size":919,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T09:16:53.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"bangwu/webpack-polyfills-plugin","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benweizhu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-18T09:15:25.000Z","updated_at":"2019-03-06T15:35:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/benweizhu/webpack-polyfills-plugin","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/benweizhu%2Fwebpack-polyfills-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benweizhu%2Fwebpack-polyfills-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benweizhu%2Fwebpack-polyfills-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benweizhu%2Fwebpack-polyfills-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benweizhu","download_url":"https://codeload.github.com/benweizhu/webpack-polyfills-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251154440,"owners_count":21544500,"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":[],"created_at":"2024-08-02T09:01:03.710Z","updated_at":"2025-04-27T14:33:17.807Z","avatar_url":"https://github.com/benweizhu.png","language":"JavaScript","readme":"# polyfills-service-webpack-plugin\n\nAdds polyfills from [polyfill-service](https://github.com/Financial-Times/polyfill-service) to bundle file. Without magic.\n\n(It is fork from Sl1v3r/webpack-polyfills-plugin)\n\n## Usage:\n\n* Fist Parameter is which you want to Polyfills\n* Second Parameter is provide for customer config which file you do not want to Poly, If you not provide this parameter, All files will execute Poly. This must be a Regular Expression\n\n```javascript\nvar PolyfillsPlugin = require('polyfills-service-webpack-plugin');\n\nmodule.exports = {\n\n   // ...\n\n   plugins: [\n      new PolyfillsPlugin([\n         'Array/prototype/find',\n         'fetch'\n      ], /\\.(css|scss)$/)\n   ]\n}\n```\n\nBenwei modified\n\n```\nnpm install polyfills-service-webpack-plugin --save-dev\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenweizhu%2Fwebpack-polyfills-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenweizhu%2Fwebpack-polyfills-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenweizhu%2Fwebpack-polyfills-plugin/lists"}