What is the standard way of loading mapping plugin in require.js ?
Below is my config.js (require.js config file)
require.config({ // Initialize
On a side note, because you are using Lo-Dash you don't need to include "underscore" in the RequireJS "shim" options. Lo-Dash has AMD support baked in.