{"id":18981088,"url":"https://github.com/myxvisual/webpack-build-dll-plugin","last_synced_at":"2025-04-19T19:29:49.436Z","repository":{"id":79444779,"uuid":"83515949","full_name":"myxvisual/webpack-build-dll-plugin","owner":"myxvisual","description":"📦 Simplifies run build dll reference for your webpack project.","archived":false,"fork":false,"pushed_at":"2021-09-07T15:43:53.000Z","size":31,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T17:26:11.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/myxvisual.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-01T05:36:46.000Z","updated_at":"2021-09-07T15:43:56.000Z","dependencies_parsed_at":"2023-03-11T04:16:25.696Z","dependency_job_id":null,"html_url":"https://github.com/myxvisual/webpack-build-dll-plugin","commit_stats":{"total_commits":48,"total_committers":3,"mean_commits":16.0,"dds":0.04166666666666663,"last_synced_commit":"abe3b6e373ac40707f398d445f96ed47bb448216"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Fwebpack-build-dll-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Fwebpack-build-dll-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Fwebpack-build-dll-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myxvisual%2Fwebpack-build-dll-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myxvisual","download_url":"https://codeload.github.com/myxvisual/webpack-build-dll-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249289383,"owners_count":21244950,"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-11-08T16:08:40.876Z","updated_at":"2025-04-19T19:29:49.402Z","avatar_url":"https://github.com/myxvisual.png","language":"TypeScript","readme":"[![npm](https://img.shields.io/npm/v/webpack-build-dll-plugin.svg)](https://www.npmjs.com/package/webpack-build-dll-plugin)\n[![MIT Licence](https://img.shields.io/badge/licence-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php) \n[![TypeScript](https://img.shields.io/badge/soucre-TypeScript-blue.svg)](https://github.com/myxvisual/webpack-build-dll-plugin)\n[![npm](https://img.shields.io/npm/dm/webpack-build-dll-plugin.svg)](https://www.npmjs.com/package/webpack-build-dll-plugin)\n[![npm](https://img.shields.io/badge/denpendencies-up--to--date-brightgreen.svg)](https://www.npmjs.com/package/webpack-build-dll-plugin)\n\nInstallation\n------------\nInstall the plugin with npm:\n```shell\n$ npm i webpack-build-dll-plugin -D\n```\nBasic Usage\n-----------\n\n```javascript\nvar WebpackBuildDllPlugin = require('webpack-build-dll-plugin');\nvar webpackConfig = {\n  entry: 'index.js',\n  output: {\n    path: 'dist',\n    filename: 'index_bundle.js'\n  },\n  plugins: [\n    // Add plugin BuildPlugin before your DllReference plugin.\n    new WebpackBuildDllPlugin({\n      // dllConfigPath: required, your Dll Config Path, support absolute path.\n      dllConfigPath: './webpack.dll.config.js',\n      // forceBuild: default is {false}, when dependencies change, will rebuild DllReference files\n      // if {true} it will build DllReference in once upon starting Webpack.\n      forceBuild: false\n    }),\n    new webpack.DllReferencePlugin({\n      context: `./${outputPath}`,\n      manifest: require(`./${outputPath}/${publicPath}/vendors-manifest${__DEV__ ? '.dev' : '.prod'}.json`)\n    })\n  ]\n};\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyxvisual%2Fwebpack-build-dll-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyxvisual%2Fwebpack-build-dll-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyxvisual%2Fwebpack-build-dll-plugin/lists"}