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?
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: