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

fix: remove explicit dependency on vue-template-compiler (fixes #297) #305

Merged
merged 1 commit into from
May 13, 2019
Merged

fix: remove explicit dependency on vue-template-compiler (fixes #297) #305

merged 1 commit into from
May 13, 2019

Conversation

rchl
Copy link
Collaborator

@rchl rchl commented May 13, 2019

We can't have explicit dependency as that package requires its and vue's
versions to match exactly and we can't ensure that. Remove it and just
make sure that this dependency is only used on building nuxt app (done
before already, just added more explanation in comments).

We can't have explicit dependency as that package requires its and vue's
versions to match exactly and we can't ensure that. Remove it and just
make sure that this dependency is only used on building nuxt app (done
before already, just added more explanation in comments).
@codecov
Copy link

codecov bot commented May 13, 2019

Codecov Report

Merging #305 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #305   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines           4      4           
=====================================
  Hits            4      4

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 0fa7dc8...576382e. Read the comment docs.

@paulgv paulgv requested a review from pi0 May 13, 2019 13:24
@paulgv paulgv merged commit 2eff158 into nuxt-modules:master May 13, 2019
@rchl rchl deleted the fix/vue-template-compiler-dep2 branch January 20, 2020 11:41
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