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

Improve automatic installation criteria #169

Merged
merged 2 commits into from
Dec 7, 2017

Conversation

simplesmiler
Copy link
Contributor

In Vue ecosystem, autoinstall feature is dedicated for cases when libraries are being included from CDN, instead of being bundled with the app. But testing for Vue being globally available is not enough to correctly target these cases. It also triggers if Vue is made globally available e.g. with webpack's ProvidePlugin.

Proposed solution avoids this problem. It's also used by vuex and vue-router.

@codecov-io
Copy link

Codecov Report

Merging #169 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   24.26%   24.26%           
=======================================
  Files          18       18           
  Lines         239      239           
=======================================
  Hits           58       58           
  Misses        181      181
Impacted Files Coverage Δ
src/shared/plugin.js 3.57% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5acf4cb...148f803. Read the comment docs.

@Atinux Atinux merged commit 4c8c7b7 into nuxt:master Dec 7, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants