Skip to content
Discussion options

You must be logged in to vote

Depending on the order of evaluation (I don't remember at the moment), it means that either the application or platform is used, but not both. Either way, it someone loses.

Looking at the implementation in mcmanifest.js the SDKCONFIGPATH variable is intended to be used by the "application' so, strictly speaking, it is the platform that is misusing the variable.

To solve this, we have a couple of choices:

  1. Add another variable which is for the platform. That would mostly mean duplicating the code in mcmanifest.js linked to above. That should work here. It will fail if there is another module, for example, that wants to contribute to the SDKCONFIG too.
  2. Implement an SDKCONFIG array in the ES…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@phoddie
Comment options

@stc1988
Comment options

@phoddie
Comment options

Answer selected by stc1988
@stc1988
Comment options

@phoddie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants