Skip to content

Commit 194b058

Browse files
authored
Merge pull request #4141 from josStorer/fix-dev-skipmodtidy
fix -m build flag for dev command when recompiling
2 parents 5b1caf0 + 2f389d9 commit 194b058

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

v2/cmd/wails/flags/dev.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ func (d *Dev) GenerateBuildOptions() *build.Options {
128128
ForceBuild: d.ForceBuild,
129129
IgnoreFrontend: d.SkipFrontend,
130130
SkipBindings: d.SkipBindings,
131+
SkipModTidy: d.SkipModTidy,
131132
Verbosity: d.Verbosity,
132133
WailsJSDir: d.WailsJSDir,
133134
RaceDetector: d.RaceDetector,

website/src/pages/changelog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Added `-skipembedcreate` flag to build and dev command to improve compile and recompile speed [#4143](https://github.com/wailsapp/wails/pull/4143) by @josStorer
2424

2525
### Fixed
26+
- Fixed -m build flag for dev command not working when recompiling in [#4141](https://github.com/wailsapp/wails/pull/4141) by @josStorer
2627
- Fixed window restoration behavior after minimization by @superDingda in [#4109](https://github.com/wailsapp/wails/issues/4109)
2728
- Fixed excessive console logging after updating to v2.10.1 by @superDingda in [#4111](https://github.com/wailsapp/wails/issues/4111)
2829

0 commit comments

Comments
 (0)