madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
301 stars 94 forks source link

BrowserLink breaks our AMD projects! #243

Open rposener opened 7 years ago

rposener commented 7 years ago

We work on a couple projects which use require.js and it's text plugin to load knockout components using Knockout's suggested AMD approach. lf we don't disable browserlink, knockout fails to load the component template. Not sure what that is? Perhaps browserlink and the text plugin doesn't work together?

rjgotten commented 7 years ago

@rposener

Browserlink probably still injects jQuery into your page in a way that screws up AMD loaders. This has been an issue since Microsoft first introduced it, which is why I always have the feature switched off.