When the runtimeId options is used, the $mwp global (used to sync the __webpack_public_path__ from the server) will now be properly prefixed with that id similar to other globals added by the Marko runtime, eg $mwp_MY_RUNTIME_ID.
Screenshots (if appropriate):
Checklist:
[ ] I have updated/added documentation affected by my changes.
Description
When the
runtimeId
options is used, the$mwp
global (used to sync the__webpack_public_path__
from the server) will now be properly prefixed with that id similar to other globals added by the Marko runtime, eg$mwp_MY_RUNTIME_ID
.Screenshots (if appropriate):
Checklist: