Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 334f297

Browse files
Merge pull request #316 from swiftwasm/yt/inherit-config-by-default
PackageToJS: Inherit `swift package -c` configuration by default
2 parents c0ddc7d + 3fa6555 commit 334f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Plugins/PackageToJS/Sources/PackageToJSPlugin.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ struct PackageToJSPlugin: CommandPlugin {
323323
}
324324
buildConfiguration = _buildConfiguration
325325
} else {
326-
buildConfiguration = .debug
326+
buildConfiguration = .inherit
327327
}
328328
var parameters = PackageManager.BuildParameters(
329329
configuration: buildConfiguration,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /