I am using require.js as part of the brunch project. This code throws an error:
;require.config({ // require.config is not a function paths: { jquery: "lib/jquery", underscore: "lib/underscore", backbone: "lib/backbone", localstorage: "lib/backbone.localStorage" } });
Does this mean that requirejs is not getting into the project correctly?
source share