-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Description
The "commonConfig" document defines a set of configuration options that AMD script loaders should support. It does not specify how these options can actually be specified.
The AMD specification is incomplete without this detail. Consumers are forced to find and use a custom, non-standard API in order to specify standardized information. This makes application code less portable generally.
As a strawman proposal, consider a new config method defined on the global define function. Example usage:
define.config({
baseUrl: './foo/bar'
});Metadata
Metadata
Assignees
Labels
No labels