Skip to content

Conversation

@cap-Bernardito
Copy link
Contributor

@cap-Bernardito cap-Bernardito commented Jun 24, 2021

This PR contains a:

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

Motivation / Use-Case

Fixes #729
Fixes #691
autosubstitution trailing slash for publicPath dropped

Breaking Changes

autosubstitution trailing slash for publicPath dropped

Additional Info

No

@cap-Bernardito cap-Bernardito changed the base branch from master to drop-webpack4 June 24, 2021 14:45
@codecov
Copy link

codecov bot commented Jun 24, 2021

Codecov Report

Merging #771 (1b49f48) into drop-webpack4 (6c3a1a1) will increase coverage by 0.06%.
The diff coverage is 100.00%.

❗ Current head 1b49f48 differs from pull request most recent head d1e8587. Consider uploading reports for the commit d1e8587 to get more accurate results
Impacted file tree graph

@@                Coverage Diff                @@
##           drop-webpack4     #771      +/-   ##
=================================================
+ Coverage          88.40%   88.47%   +0.06%     
=================================================
  Files                  6        6              
  Lines                664      668       +4     
  Branches             169      169              
=================================================
+ Hits                 587      591       +4     
  Misses                76       76              
  Partials               1        1              
Impacted Files Coverage Δ
src/index.js 86.76% <100.00%> (+0.11%) ⬆️
src/loader.js 89.26% <100.00%> (ø)
src/utils.js 85.18% <100.00%> (+0.56%) ⬆️

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 6c3a1a1...d1e8587. Read the comment docs.

@alexander-akait alexander-akait merged commit 6a42a08 into drop-webpack4 Jun 25, 2021
@alexander-akait alexander-akait deleted the auto_public_path branch June 25, 2021 12:56
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 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.

Asset links broken when extracting CSS and assets to different folders

3 participants