-
The code to initialize Wifi is in I'd like to init Wifi differently, is there a way to exclude setup/network without essentially copying large portions of the manifest.jsons? And is there a way to get my module to be called as early as setup/network seems to be called? (I have mine set to preload and it also exports a default function but that doesn't do anything...) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can exclude setup/network in your manifest in the same way you would exclude any other inherited module with the ~ directive. See https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/tools/manifest.md#match |
Beta Was this translation helpful? Give feedback.
To the second half of your question, modules with module specifiers starting with
setup/
are treated in the way you desire.