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 lazy and filename options #2544

Merged

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Apr 28, 2020

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

yes

Motivation / Use-Case

Delete these options because webpack-dev-middleware won't support them.

Breaking Changes

yes

Additional Info

@codecov
Copy link

codecov bot commented Apr 28, 2020

Codecov Report

Merging #2544 into feature/upgrade-deps will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           feature/upgrade-deps    #2544      +/-   ##
========================================================
- Coverage                 93.40%   93.36%   -0.04%     
========================================================
  Files                        34       34              
  Lines                      1335     1327       -8     
  Branches                    381      375       -6     
========================================================
- Hits                       1247     1239       -8     
  Misses                       85       85              
  Partials                      3        3              
Impacted Files Coverage Δ
lib/utils/createConfig.js 96.26% <ø> (-0.14%) ⬇️
lib/Server.js 96.35% <100.00%> (-0.04%) ⬇️

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 5e183c0...085813e. Read the comment docs.

@alexander-akait
Copy link
Member

/cc @Loonride

@hiroppy hiroppy force-pushed the feature/remove-lazy-and-filename branch from 51cc950 to 085813e Compare April 28, 2020 21:21
@hiroppy
Copy link
Member Author

hiroppy commented Apr 28, 2020

Resolved conflicts.

@alexander-akait
Copy link
Member

@hiroppy let's ignore unstable tests and focus on fixing them before v4 stable release

@alexander-akait alexander-akait merged commit fa6b9ca into feature/upgrade-deps Apr 29, 2020
@alexander-akait alexander-akait deleted the feature/remove-lazy-and-filename branch April 29, 2020 11:11
alexander-akait pushed a commit that referenced this pull request Apr 29, 2020
* chore(deps): upgrade deps

* style: run prettier

* test: update

* ci: remove Node@8

* test(cli): add windows support

* chore(deps): downgrade puppeteer

* chore(deps): downgrade some deps

* fix(hot): enable hot option as default (#2546)

BREAKING CHANGE: the `hot` option is `true` by default, the `hotOnly` option was removed in favor `{ hot: 'only' }`

* fix: remove lazy and filename options (#2544)

BREAKING CHANGE: `lazy` and `filename` options was removed
alexander-akait pushed a commit that referenced this pull request May 8, 2020
* chore(deps): upgrade deps

* style: run prettier

* test: update

* ci: remove Node@8

* test(cli): add windows support

* chore(deps): downgrade puppeteer

* chore(deps): downgrade some deps

* fix(hot): enable hot option as default (#2546)

BREAKING CHANGE: the `hot` option is `true` by default, the `hotOnly` option was removed in favor `{ hot: 'only' }`

* fix: remove lazy and filename options (#2544)

BREAKING CHANGE: `lazy` and `filename` options was removed
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.

2 participants