Skip to content

Conversation

@cap-Bernardito
Copy link
Contributor

This PR contains a:

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

Motivation / Use-Case

webpack@4 dropped

Breaking Changes

Yes

Additional Info

No

@codecov
Copy link

codecov bot commented Jun 22, 2021

Codecov Report

Merging #769 (6a42a08) into master (44402f5) will decrease coverage by 0.91%.
The diff coverage is 90.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #769      +/-   ##
==========================================
- Coverage   89.31%   88.40%   -0.92%     
==========================================
  Files           6        6              
  Lines         805      664     -141     
  Branches      247      161      -86     
==========================================
- Hits          719      587     -132     
+ Misses         83       76       -7     
+ Partials        3        1       -2     
Impacted Files Coverage Δ
src/index.js 86.76% <89.71%> (-1.19%) ⬇️
src/loader.js 88.96% <100.00%> (-1.57%) ⬇️
src/utils.js 85.18% <100.00%> (-3.28%) ⬇️

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 44402f5...6a42a08. Read the comment docs.

BREAKING CHANGE: trailing slash at is no longer automatically added for the `publicPath` option, you need added them in configuration, i.e. `publicPath: "/public-path"` should be `publicPath: "/public-path/"`
Base automatically changed from next to master June 25, 2021 12:58
@alexander-akait alexander-akait changed the base branch from master to next June 25, 2021 14:17
@alexander-akait alexander-akait merged commit 18c8686 into next Jun 25, 2021
@alexander-akait alexander-akait deleted the drop-webpack4 branch June 25, 2021 14:18
alexander-akait pushed a commit that referenced this pull request Jun 25, 2021
* refactor: tests for webpack@4 dropped

* refactor: tests

* refactor: webpack@4 dropped

* fix: publicPath auto (#771)

BREAKING CHANGE: trailing slash at is no longer automatically added for the `publicPath` option, you need added them in configuration, i.e. `publicPath: "/public-path"` should be `publicPath: "/public-path/"`
alexander-akait pushed a commit that referenced this pull request Jun 25, 2021
* refactor: tests for webpack@4 dropped

* refactor: tests

* refactor: webpack@4 dropped

* fix: publicPath auto (#771)

BREAKING CHANGE: trailing slash at is no longer automatically added for the `publicPath` option, you need added them in configuration, i.e. `publicPath: "/public-path"` should be `publicPath: "/public-path/"`
alexander-akait pushed a commit that referenced this pull request Jun 28, 2021
* refactor: tests for webpack@4 dropped

* refactor: tests

* refactor: webpack@4 dropped

* fix: publicPath auto (#771)

BREAKING CHANGE: trailing slash at is no longer automatically added for the `publicPath` option, you need added them in configuration, i.e. `publicPath: "/public-path"` should be `publicPath: "/public-path/"`
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.

3 participants