-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
WARNING in DefinePlugin Conflicting values for 'ʎɐɹɔosǝʌɹǝs' #235
Comments
Sounds like that fix might work. We'll need a specific test written for that change. |
Let me see how to do tests |
I am getting this too! |
Untill the moment I finish the PR I can recommend you to use this workaround. Configure settings of this plugin using this
|
It did the trick! Could you explain what those 2 options do? |
For some reason during building |
How Do We Reproduce?
> webpack --mode development
Expected Behavior
Rebuild should be done successfully without errors and warnings
Actual Behavior
Rebuild is done. Everything works. But this this warning is shown in the terminal of Webpack process
And it is multiplied every time rebuild is triggered. So the terminal becomes higly polluted at some moment.
This happens because
ʎɐɹɔosǝʌɹǝs
is changed between rebuilds. The only difference is this part"historyFallback":{"htmlAcceptHeaders":["text/html","*/*"],"rewrites":[]}
. I found that this object is mutated when it is passed to the 3rd party middleware on this linewebpack-plugin-serve/lib/middleware.js
Line 123 in ba83bf5
The text was updated successfully, but these errors were encountered: