chore: github stuff#209
Open
avivkeller wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| @@ -0,0 +1,26 @@ | |||
| version: 2 | |||
| updates: | |||
| - package-ecosystem: npm | |||
| - minor | ||
| - patch | ||
|
|
||
| - package-ecosystem: github-actions |
avivkeller
commented
Jul 22, 2026
Contributor
⚡ Lighthouse reportAudited the Vercel preview deployment: https://webpack-doc-ebwb68a7i-openjs.vercel.app
|
Co-authored-by: Sebastian Beltran <bjohansebas@gmail.com>
bjohansebas
reviewed
Jul 22, 2026
| ## License | ||
|
|
||
| See the [webpack project](https://github.com/webpack/webpack) for license details. | ||
| Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org. |
Member
There was a problem hiding this comment.
Suggested change
| Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org. | |
| Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). |
bjohansebas
reviewed
Jul 22, 2026
|
|
||
| ## Licensing | ||
|
|
||
| Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org. By contributing, you agree that your contributions are licensed under these terms. |
Member
There was a problem hiding this comment.
Suggested change
| Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/), consistent with webpack.js.org. By contributing, you agree that your contributions are licensed under these terms. | |
| Code in this repository is licensed under [MIT](LICENSE). Documentation content in `pages/` is available under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). By contributing, you agree that your contributions are licensed under these terms. |
bjohansebas
reviewed
Jul 22, 2026
Comment on lines
+49
to
+53
| In the above example, `npm run build` runs the whole pipeline (it downloads the webpack releases in `versions.json` and generates their API docs), so it takes a few minutes. After that, if you are only editing hand-written pages, regenerate just the HTML: | ||
|
|
||
| ```sh | ||
| npm run build:html | ||
| ``` |
Member
There was a problem hiding this comment.
Is there any way to preview changes live when I'm only editing a single page, without having to rebuild the entire site?
moshams272
reviewed
Jul 25, 2026
| - The [Writer's Guide](pages/guides/contributing/writers-guide.md) | ||
| - The [README](README.md) | ||
| - webpack's [AI policy](https://github.com/webpack/governance/blob/main/AI_POLICY.md) | ||
|
|
Contributor
There was a problem hiding this comment.
Suggested change
| ## Table of Contents | |
| - [Does your change belong here?](#does-your-change-belong-here) | |
| - [Writing and improving documentation](#writing-and-improving-documentation) | |
| - [Working on the tooling](#working-on-the-tooling) | |
| - [Local development](#local-development) | |
| - [Code Quality](#code-quality) | |
| - [Opening a pull request](#opening-a-pull-request) | |
| - [Code of Conduct](#code-of-conduct) | |
| - [Licensing](#licensing) | |
moshams272
reviewed
Jul 25, 2026
Comment on lines
+61
to
+67
| ## Opening a pull request | ||
|
|
||
| 1. Create a branch on your fork, and try to keep each pull request focused on one change. | ||
| 2. Follow [Conventional Commits](https://www.conventionalcommits.org/) for commit messages (`feat:`, `fix:`, `docs:`, `chore:`…). | ||
| 3. A pre-commit hook formats and lints staged files. You can run the same checks yourself with `npm run lint` and `npm run format:check`. | ||
| 4. If you used AI tooling, read and follow the [AI policy](https://github.com/webpack/governance/blob/main/AI_POLICY.md). | ||
| 5. A maintainer will review your pull request after it is opened. |
Contributor
There was a problem hiding this comment.
Suggested change
| ## Opening a pull request | |
| 1. Create a branch on your fork, and try to keep each pull request focused on one change. | |
| 2. Follow [Conventional Commits](https://www.conventionalcommits.org/) for commit messages (`feat:`, `fix:`, `docs:`, `chore:`…). | |
| 3. A pre-commit hook formats and lints staged files. You can run the same checks yourself with `npm run lint` and `npm run format:check`. | |
| 4. If you used AI tooling, read and follow the [AI policy](https://github.com/webpack/governance/blob/main/AI_POLICY.md). | |
| 5. A maintainer will review your pull request after it is opened. | |
| ## Code Quality | |
| A pre-commit hook formats and lints staged files automatically. You can also run the same checks manually: | |
| ```sh | |
| npm run lint | |
| npm run format:check |
Opening a pull request
- Create a branch on your fork, and try to keep each pull request focused on one change.
- Follow Conventional Commits for commit messages (
feat:,fix:,docs:,chore:…). - If you used AI tooling, read and follow the AI policy.
- A maintainer will review your pull request after it is opened.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds stuff to improve the GitHub UI including: