-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit 3fa6555
committed
PackageToJS: Inherit
#309 introduced `-c`
option to the plugin side in addition to the `swift package`'s one.
However `swift package -c release js` was building with release config
before 0.25.0 but it started to build with debug config as the default
in 0.25.0. This change makes the plugin to respect the `swift package`'s
one if `-c` is not specified after `js` plugin nameswift package -c configuration by default1 parent c0ddc7d commit 3fa6555
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | - | ||
326 | + | ||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments