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: migrate on webpack built-in logger #446

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

alexander-akait
Copy link
Member

BREAKING CHANGE: the logLever was removed in favor the infrastructureLogging.level option, please read the documentation

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Migrate on built-in webpack logger

Breaking Changes

Yes

Additional Info

We will add more tests before release

BREAKING CHANGE: the `logLever` was removed in favor the `infrastructureLogging.level` option, please read the [documentation](https://webpack.js.org/configuration/other-options/#infrastructurelogginglevel)
@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #446 into master will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #446      +/-   ##
==========================================
- Coverage   95.13%   95.12%   -0.02%     
==========================================
  Files           9        9              
  Lines         288      287       -1     
  Branches       78       77       -1     
==========================================
- Hits          274      273       -1     
  Misses         13       13              
  Partials        1        1              
Impacted Files Coverage Δ
src/index.js 96.00% <100.00%> (-0.08%) ⬇️
src/postProcessPattern.js 91.13% <100.00%> (ø)
src/processPattern.js 97.91% <100.00%> (ø)

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 44104c7...2b5e34a. Read the comment docs.

@alexander-akait alexander-akait merged commit 5af02bc into master Apr 27, 2020
@alexander-akait alexander-akait deleted the feat-migrate-on-built-in-webpack-logger branch April 27, 2020 15:15
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

1 participant