Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrowserLink breaks our AMD projects! #243

Open
rposener opened this issue Dec 7, 2016 · 1 comment
Open

BrowserLink breaks our AMD projects! #243

rposener opened this issue Dec 7, 2016 · 1 comment

Comments

@rposener
Copy link

rposener commented Dec 7, 2016

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
Copy link

rjgotten commented Mar 8, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants