-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: remove lazy and filename options #2544
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
/cc @Loonride |
51cc950
to
085813e
Compare
Resolved conflicts. |
@hiroppy let's ignore unstable tests and focus on fixing them before v4 stable release |
* 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
* 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
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