You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't appear to be a way to individually set the moduleId when compiling an AMD module using the command line tool. It is possible to set the the moduleId in the config file, but that would be reused across all modules compiled with that project's config.
Potential solutions:
Add a --module-id=hello CLI argument to set it
Add a way to override config values from CLI, something like --config module.moduleId=hello
The text was updated successfully, but these errors were encountered:
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
There doesn't appear to be a way to individually set the
moduleId
when compiling an AMD module using the command line tool. It is possible to set the themoduleId
in the config file, but that would be reused across all modules compiled with that project's config.Potential solutions:
--module-id=hello
CLI argument to set it--config module.moduleId=hello
The text was updated successfully, but these errors were encountered: