Replies: 1 comment
-
@Maksych Yes, this is how NAPI-RS works. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I don't understand how
napi build
work, if so just close this.Will
napi build --platform
generate output depends on specified"napi"."targets"
inpackage.json
?I have this
package.json
:Command

napi build --platform --output-dir ./pkg
generate:Is this correct?

Or maybe invalid project structure?
If I specify
--target
manually it works correctly, but what purpose of"napi"."targets"
inpackage.json
?Personally for me it's seems like bug, I think
napi build --platform
must generate for all specified targets inpackage.json
"napi"."targets"
.Beta Was this translation helpful? Give feedback.
All reactions