Requirejs: paths vs map
From the RequireJS Docs “In addition, the paths config is only for setting up root paths for module IDs, not for mapping one module ID to another one.” This means “paths” is meant for mapping just the path to your resource when it is not in the default location (baseUrl). I guess this is what … Read more