{"id":18924646,"url":"https://github.com/dash-os/documentation-webpack-plugin","last_synced_at":"2026-01-31T07:32:52.426Z","repository":{"id":71821425,"uuid":"100315450","full_name":"Dash-OS/documentation-webpack-plugin","owner":"Dash-OS","description":"A Plugin to allow building of documentation.js docs with Webpack 2","archived":false,"fork":false,"pushed_at":"2017-08-14T22:49:12.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-28T00:06:07.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dash-OS.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-08-14T22:48:58.000Z","updated_at":"2017-08-14T22:48:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae1d60c2-1620-4d33-b944-cef7f3e8f23e","html_url":"https://github.com/Dash-OS/documentation-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dash-OS/documentation-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-OS%2Fdocumentation-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-OS%2Fdocumentation-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-OS%2Fdocumentation-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-OS%2Fdocumentation-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dash-OS","download_url":"https://codeload.github.com/Dash-OS/documentation-webpack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dash-OS%2Fdocumentation-webpack-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28933264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08T11:07:39.186Z","updated_at":"2026-01-31T07:32:52.420Z","avatar_url":"https://github.com/Dash-OS.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# prepack-webpack-plugin\n\n[![Travis build status](http://img.shields.io/travis/gajus/prepack-webpack-plugin/master.svg?style=flat-square)](https://travis-ci.org/gajus/prepack-webpack-plugin)\n[![Coveralls](https://img.shields.io/coveralls/gajus/prepack-webpack-plugin.svg?style=flat-square)](https://github.com/gajus/prepack-webpack-plugin)\n[![NPM version](http://img.shields.io/npm/v/prepack-webpack-plugin.svg?style=flat-square)](https://www.npmjs.org/package/prepack-webpack-plugin)\n[![Canonical Code Style](https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square)](https://github.com/gajus/canonical)\n\nA webpack plugin for [prepack](https://prepack.io/).\n\n## Usage\n\n1. Install `prepack-webpack-plugin`.\n1. Add an instance of the plugin to the webpack [plugin configuration](https://webpack.js.org/configuration/plugins/).\n\n\u003e Note that this plugin only works with **webpack 2.x**\n\n### Configuration\n\n|Name|Description|Default|\n|---|---|---|\n|`test`|A regex used to match the files.|`/\\.js($\\|\\?)/i`|\n|`prepack`|Prepack configuration. See [Prepack documentation](https://prepack.io/getting-started.html#options).|\n\n## Example\n\n```js\nimport PrepackWebpackPlugin from 'prepack-webpack-plugin';\n\nconst configuration = {};\n\nmodule.exports = {\n  // ...\n  plugins: [\n    new PrepackWebpackPlugin(configuration)\n  ]\n};\n\n```\n\n\u003e If you are using commonjs, you must explicitly reference the `.default` property of the module, e.g.\n\u003e\n\u003e ```js\n\u003e const PrepackWebpackPlugin = require('prepack-webpack-plugin').default;\n\u003e \n\u003e const configuration = {};\n\u003e \n\u003e module.exports = {\n\u003e   // ...\n\u003e   plugins: [\n\u003e     new PrepackWebpackPlugin(configuration)\n\u003e   ]\n\u003e };\n\u003e\n\u003e ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdash-os%2Fdocumentation-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdash-os%2Fdocumentation-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdash-os%2Fdocumentation-webpack-plugin/lists"}