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

Avoid transpiling jquery module to Ember.$ if @ember/jquery is present #261

Merged
merged 1 commit into from
Jan 22, 2019

Conversation

simonihmig
Copy link
Contributor

Skips transpiling import $ from 'jquery' if the right version (0.6.0) of @ember/jquery is present, that ships with its own vendor shim.

Skips transpiling `import $ from 'jquery'` if the right version (0.6.0) of `@ember/jquery` is present, that ships with its own vendor shim.
index.js Show resolved Hide resolved
@simonihmig
Copy link
Contributor Author

Failing appveyor seems to be caused by a network glitch...

@rwjblue rwjblue merged commit 3c67b5d into emberjs:master Jan 22, 2019
@rwjblue rwjblue changed the title Blacklist jquery if @ember/jquery is present Avoid transpiling jquery module to Ember.$ if @ember/jquery is present Jan 22, 2019
@simonihmig simonihmig deleted the blacklist-jquery branch January 22, 2019 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants