-
-
Notifications
You must be signed in to change notification settings - Fork 384
fix: error when using function in webpack output.publicPath #874
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: error when using function in webpack output.publicPath #874
Conversation
|
1 similar comment
|
a85b970
to
d084255
Compare
It is invalid fix, because hash can be empty |
Is this good to be merged? It seems that tests will not start until there's at least one approval |
Please read my answer |
d084255
to
c568970
Compare
Sorry I read it wrong, I thought it was "valid" 😅. I have changed it to an arbitrary value since hash is not available, which came from the Webpack: |
Is it okay now? @alexander-akait |
Codecov Report
@@ Coverage Diff @@
## master #874 +/- ##
==========================================
+ Coverage 91.28% 91.30% +0.02%
==========================================
Files 6 6
Lines 792 794 +2
Branches 214 215 +1
==========================================
+ Hits 723 725 +2
Misses 63 63
Partials 6 6
Continue to review full report at Codecov.
|
c568970
to
a89ae76
Compare
Fixed a eslint issue, need another approve to run ci 😄 @alexander-akait |
@alexander-akait Lint failed with 0 errors and 3 warnings, do warnings fail the lint? I checked that the 3 warnings are not introduced by this PR |
a89ae76
to
a9edf9e
Compare
@alexander-akait I found it's "lint:prettier" script failed, and I have fixed it. I found that pre-commit hook should format the changed file before commit, but in fact it failed to format the js files, is this behavior expected? |
@alexander-akait hello, can this PR be merged? This fix is important for us. |
No, because it is invalid fix |
And the reason is? |
hash can't be |
Here fix #881, let's allow webpack to control public path, but yes, you are right, hash is |
Anyway thanks for PR, let's close in favor my PR |
It's okay, glad that you have fxied it |
This PR contains a:
Motivation / Use-Case
Fix #873
Breaking Changes
Additional Info