-
-
Notifications
You must be signed in to change notification settings - Fork 390
fix: publicPath auto #771
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: publicPath auto #771
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
1b49f48 to
31f7378
Compare
* 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/"`
* 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/"`
* 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/"`
* 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/"`
This PR contains a:
Motivation / Use-Case
Fixes #729
Fixes #691
autosubstitution trailing slash for publicPath dropped
Breaking Changes
autosubstitution trailing slash for publicPath dropped
Additional Info
No