{"id":15065717,"url":"https://github.com/codewizz/bower-resolve-webpack-plugin","last_synced_at":"2025-04-10T13:32:37.387Z","repository":{"id":57141944,"uuid":"81829539","full_name":"codewizz/bower-resolve-webpack-plugin","owner":"codewizz","description":"Offers an enhanced bower support for enhanced-resolve plugin.","archived":false,"fork":false,"pushed_at":"2019-04-18T10:09:57.000Z","size":11,"stargazers_count":12,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:11:29.331Z","etag":null,"topics":["bower","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/codewizz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-13T13:45:05.000Z","updated_at":"2024-09-11T06:04:17.000Z","dependencies_parsed_at":"2022-09-05T07:50:31.468Z","dependency_job_id":null,"html_url":"https://github.com/codewizz/bower-resolve-webpack-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/codewizz%2Fbower-resolve-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewizz%2Fbower-resolve-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewizz%2Fbower-resolve-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewizz%2Fbower-resolve-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewizz","download_url":"https://codeload.github.com/codewizz/bower-resolve-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247934808,"owners_count":21020724,"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":["bower","webpack-plugin","webpack2"],"created_at":"2024-09-25T00:46:17.738Z","updated_at":"2025-04-10T13:32:37.350Z","avatar_url":"https://github.com/codewizz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bower Webpack Plugin\nUse [Bower](https://bower.io/) with [Webpack v2](https://webpack.js.org/).\n\n## What\n\nEnhances ``enhanced-resolver`` plugin to be able to understand ``bower.json`` description file when main field is an array. Plugin iterates over all defined libraries in the array, finds javascript file and resolves it as a module file. Keep in mind, you are still responsible to manually require any other non-javascript files associated with the bower package.\n\n## Usage\nInstall the plugin:\n```\nnpm install bower-resolve-webpack-plugin\n```\nAdd the plugin to your Webpack configuration:\n```javascript\n  const BowerResolvePlugin = require(\"bower-resolve-webpack-plugin\");\n\n  resolve: {\n    plugins: [new BowerResolvePlugin()],\n    modules: ['bower_components', 'node_modules'],\n    descriptionFiles: ['bower.json', 'package.json'],\n    mainFields: ['browser', 'main']\n  },\n```\n\n## Caveats\nThis plugin has been developed to work with Webpack 2, for similar plugins that work with Webpack 1 use [Bower Plugin](https://github.com/lpiepiora/bower-webpack-plugin).\n\n## About CodeWizz\nCodeWizz is a web development agency based in Lithuania. You'll find more information [on our website](https://codewizz.com).\n\n## License\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewizz%2Fbower-resolve-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewizz%2Fbower-resolve-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewizz%2Fbower-resolve-webpack-plugin/lists"}