Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,15 @@ _Vercel_ has given us a Pro account.
[release-url]: https://github.com/conventional-changelog/standard-version
[translate-url]: https://github.com/webpack/webpack.js.org/tree/translation
[writer-guide-url]: https://webpack.js.org/contribute/writers-guide

## Setup Note

If you encounter an error related to a missing `_supporters.json` file while running the project locally, create the file manually:

Path:
src/components/Support/\_supporters.json

Content:
[]

This prevents build failures during local development.
Loading