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

feat: configurable aliases #5655

Merged
merged 4 commits into from
May 6, 2019
Merged

feat: configurable aliases #5655

merged 4 commits into from
May 6, 2019

Conversation

pi0
Copy link
Member

@pi0 pi0 commented May 4, 2019

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

TODO:

  • Support in core/resolver if possible

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly. (PR: #)
  • I have added tests to cover my changes (if not applicable, please state why)
  • All new and existing tests are passing.

@codecov-io
Copy link

codecov-io commented May 4, 2019

Codecov Report

Merging #5655 into dev will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev   #5655      +/-   ##
=========================================
- Coverage   95.74%   95.7%   -0.04%     
=========================================
  Files          81      81              
  Lines        2633    2634       +1     
  Branches      670     670              
=========================================
  Hits         2521    2521              
- Misses         94      95       +1     
  Partials       18      18
Impacted Files Coverage Δ
packages/config/src/config/_common.js 100% <ø> (ø) ⬆️
packages/webpack/src/config/base.js 95.5% <100%> (-0.05%) ⬇️
packages/webpack/src/utils/postcss.js 93.22% <100%> (ø) ⬆️
packages/config/src/options.js 100% <100%> (ø) ⬆️
packages/vue-renderer/src/renderer.js 93.49% <0%> (-0.82%) ⬇️

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 86c7fe8...b0296f2. Read the comment docs.

@pi0 pi0 mentioned this pull request May 4, 2019
7 tasks
@pi0 pi0 requested review from clarkdo, a team and atinux May 4, 2019 22:22
@pi0 pi0 mentioned this pull request May 4, 2019
@pi0 pi0 marked this pull request as ready for review May 5, 2019 06:45
@pi0
Copy link
Member Author

pi0 commented May 6, 2019

Moving core/alias support to another PR.

@pi0 pi0 merged commit 8576b4f into dev May 6, 2019
@pi0 pi0 deleted the feat/configurable-aliases branch May 6, 2019 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants