Does meta const have to be statically defined? I would like to reuse common parts of configuration

In summary:

  • yes, meta needs to be statically defined (it can’t be defined using a function, it must be defined using an object)
  • but, since sdk-* version 3.0.0 it is possible to extract parts of the meta object into separate constants, and even import them from different files