[proposal] support target specific config in moon.pkg.json #240
bobzhang
announced in
Announcements
Replies: 1 comment
-
Currently, we have the following combinations:
By the way, we also need to consider how to design |
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
-
Feature Request
Currently we use xx.wasm.mbt to support target specific build, this is too limited and does not compose well, for example, we want to have one file for target a and b, and the other for target c, we have to create file.targeta, file.targetb, and file.targetc while file.targeta and file.targetb is the same. we would like to introduce a field in
moon.pkg.json
, for example:So for each file in the targets field, it will be excluded if the target expression does not evaluate to true
Questions
What tags are we going to support, for some tags like debug, does it affect its dependencies
Beta Was this translation helpful? Give feedback.
All reactions