{"id":16925136,"url":"https://github.com/hiroppy/downpile-node-modules-webpack-loader","last_synced_at":"2025-08-25T19:13:08.422Z","repository":{"id":66361374,"uuid":"266325740","full_name":"hiroppy/downpile-node-modules-webpack-loader","owner":"hiroppy","description":"I really really dislike IE😭","archived":false,"fork":false,"pushed_at":"2020-08-27T05:02:44.000Z","size":36,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T14:11:06.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/hiroppy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hiroppy"}},"created_at":"2020-05-23T11:49:38.000Z","updated_at":"2020-05-23T16:05:11.000Z","dependencies_parsed_at":"2023-02-22T12:46:13.850Z","dependency_job_id":null,"html_url":"https://github.com/hiroppy/downpile-node-modules-webpack-loader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiroppy/downpile-node-modules-webpack-loader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdownpile-node-modules-webpack-loader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdownpile-node-modules-webpack-loader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdownpile-node-modules-webpack-loader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdownpile-node-modules-webpack-loader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/downpile-node-modules-webpack-loader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdownpile-node-modules-webpack-loader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265611361,"owners_count":23797872,"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-10-13T20:08:54.173Z","updated_at":"2025-07-17T13:34:17.693Z","avatar_url":"https://github.com/hiroppy.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hiroppy"],"categories":[],"sub_categories":[],"readme":"# downpile-node-modules-webpack-loader\n\n[![npm](https://img.shields.io/npm/v/downpile-node-modules-webpack-loader.svg?style=flat-square)](https://www.npmjs.com/package/downpile-node-modules-webpack-loader)\n[![Codecov](https://img.shields.io/codecov/c/github/hiroppy/downpile-node-modules-webpack-loader.svg?style=flat-square)](https://codecov.io/gh/hiroppy/downpile-node-modules-webpack-loader)\n\n**This plugin is experimental.**\n\nWe should avoid considering node_modules code anytime but some node_modules are over es2015 so we need to downpile these code if we support IE11. This plugin supports only downpile using Babel, and cache for performance.\n\n## Install\n\n```sh\n$ npm i downpile-node-modules-webpack-loader -D\n```\n\n## Usage\n\n```javascript\n// webpack.config.js\n\nmodule.exports = {\n  module: {\n    rules: [\n      {\n        test: /\\.js$/,\n        enforce: 'pre',\n        use: {\n          loader: 'downpile-node-modules-webpack-loader',\n          options: {\n            ignoredLibraries: [],\n            polyfill: true,\n            ecmaVersion: 5,\n          },\n        },\n        include: /node_modules/,\n      },\n    ],\n  },\n};\n```\n\n## Development\n\n```sh\n$ npm i\n$ make setup\n$ npm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fdownpile-node-modules-webpack-loader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fdownpile-node-modules-webpack-loader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fdownpile-node-modules-webpack-loader/lists"}