Now I am working with the project using System.Web.Optimization
as js bundler.
How can I use amd
modules with this bundler?
define('myModule', function(myModule){})
Now I am obviously getting define is not defined
error.
Webpack and r.js can handle dependencies, but I dont want to change bundler yet.