wails/v3/examples/notifications/build
Lea Anthony b2be682176
fix(v3): exclude node_modules from build:frontend sources glob (#4983)
* fix(v3): exclude node_modules from build:frontend sources glob

The `sources: "**/*"` glob in the build:frontend task causes go-task
to enumerate and checksum every file in node_modules during up-to-date
checking. With heavy dependencies (e.g. MUI), this means 50-100k+ files
are statted, causing 20-30 minute hangs especially on Windows/NTFS.

Fixes #4939

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs(v3): add changelog entry for #4939 fix

* chore: trigger CI re-run with fixed workflow

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:00:20 +11:00
..
darwin update example 2025-03-24 16:05:57 -07:00
linux update example 2025-03-24 16:05:57 -07:00
windows Update v3/examples/notifications/build/windows/nsis/wails_tools.nsh 2025-04-12 13:21:58 +10:00
appicon.png update example 2025-03-24 16:05:57 -07:00
config.yml update example 2025-03-24 16:05:57 -07:00
Taskfile.yml fix(v3): exclude node_modules from build:frontend sources glob (#4983) 2026-02-15 18:00:20 +11:00