Skip to content
Snippets Groups Projects
Commit f8ddfb59 authored by Toby Lawrence's avatar Toby Lawrence
Browse files

Use a module/path mapping for RequireJS overrides instead of just paths.

Instead of attempting to derive the module portion of a RequireJS
override strictly from the path to the JS file, we now use a dictionary
where the module name must be explicitly specified.  This allows us to
compensate for files which do not follow a naming scheme that is
compatible with RequireJS without having to normalize all files.  This
is extremely important when using third-party dependencies.
parent 88aa4a90
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment