mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Merge bcb28bc14c into bb4fbf9574
This commit is contained in:
commit
ca0f40ca3d
2 changed files with 5 additions and 1 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue