This commit is contained in:
Snider 2026-03-04 13:44:38 +01:00 committed by GitHub
commit ca0f40ca3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Unreleased Changes
Improves re-build performance by optimising dependency change detection for front-end builds made with `wails3 init`.
<!--
This file is used to collect changelog entries for the next v3-alpha release.
Add your changes under the appropriate sections below.
@ -20,9 +22,11 @@ After processing, the content will be moved to the main changelog and this file
## Changed
<!-- Changes in existing functionality -->
- `common:install:frontend:deps` go-task now uses node_modules/.bin/* for change control detection
## Fixed
<!-- Bug fixes -->
- Fixes an issue with the front-end directory if a local npm package is installed `npm i ~/my-lib`
## Deprecated
<!-- Soon-to-be removed features -->

View file

@ -14,7 +14,7 @@ tasks:
- package.json
- package-lock.json
generates:
- node_modules
- node_modules/.bin/*
preconditions:
- sh: npm version
msg: "Looks like npm isn't installed. Npm is part of the Node installer: https://nodejs.org/en/download/"