madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

Uncaught Error: Mismatched anonymous define() module: function #242

Open jaganathanb opened 7 years ago

jaganathanb commented 7 years ago

I am using Visual Studio 2015 Enterprise with Windows 7 Pro SP1. When i run my web application which is BrowserLink enabled, i am getting the following error.

Uncaught Error: Mismatched anonymous define() module: function

But if i disable the BrowserLink, then everything works as expected.

I am using requirejs, angularjs lodash.... libs with my web app.