{"id":27398820,"url":"https://github.com/frontainer/webpack-loader-options-merge","last_synced_at":"2025-06-17T01:33:02.399Z","repository":{"id":57145409,"uuid":"78602787","full_name":"frontainer/webpack-loader-options-merge","owner":"frontainer","description":"Multiple LoaderOptionsPlugin merge to SingleOptions.","archived":false,"fork":false,"pushed_at":"2017-01-16T09:35:47.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T01:52:04.378Z","etag":null,"topics":["webpack","webpack-config"],"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/frontainer.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-01-11T04:29:45.000Z","updated_at":"2018-04-18T07:09:27.000Z","dependencies_parsed_at":"2022-09-05T13:01:34.947Z","dependency_job_id":null,"html_url":"https://github.com/frontainer/webpack-loader-options-merge","commit_stats":null,"previous_names":["frontainer/webpack-loader-options-merge","sable-virt/webpack-loader-options-merge"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fwebpack-loader-options-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fwebpack-loader-options-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fwebpack-loader-options-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontainer%2Fwebpack-loader-options-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontainer","download_url":"https://codeload.github.com/frontainer/webpack-loader-options-merge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809033,"owners_count":21164895,"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":["webpack","webpack-config"],"created_at":"2025-04-14T01:52:10.586Z","updated_at":"2025-04-14T01:52:11.137Z","avatar_url":"https://github.com/frontainer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-loader-options-merge\n\nMultiple LoaderOptionsPlugin merge to SingleOptions.\n\nfor webpack2\n\n## Usage\n\n```\nvar loaderOptionsMerge = require('webpack-loader-options-merge');\nloaderOptionsMerge(webpackConfigObject);\nwebpack(webpackConfigObject);\n```\n\nfrom\n```\n{\n    plugins: [\n        new webpack.LoaderOptionsPlugin({\n           options: {\n            a: 'a value'\n           }\n        }),\n        ...\n        new webpack.LoaderOptionsPlugin({\n           options: {\n            b: 'b value'\n           }\n        })\n    ]\n}\n```\n\nto\n\n```\n{\n    plugins: [\n        new webpack.LoaderOptionsPlugin({\n           options: {\n            a: 'a value',\n            b: 'b value'\n           }\n        })\n    ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontainer%2Fwebpack-loader-options-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontainer%2Fwebpack-loader-options-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontainer%2Fwebpack-loader-options-merge/lists"}