Skip to content
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

DevServer configuration passed by user is not replaced #2030

Closed
wants to merge 2 commits into from

Conversation

Naspo88
Copy link

@Naspo88 Naspo88 commented Sep 8, 2022

Following the issue created here: #2029

I discovered that the base configuration was replacing the configuration passed by the WebPack configuration of the user. This PR correct the bug and add a test in order to confirm the correct functionality.

@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Merging #2030 (d5255ec) into master (a460fcc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
src/scripts/create-server.ts 93.75% <100.00%> (+1.44%) ⬆️

@Naspo88
Copy link
Author

Naspo88 commented Sep 15, 2022

Can I have some support here? I can't understand why my change make fail this Cypress test 🙏 I run it in my local environment and the test passed correctly.

@dannobytes
Copy link
Contributor

FYI, looks like we've duplicated efforts here. Here's mine:
#2034

@Naspo88
Copy link
Author

Naspo88 commented Sep 27, 2022

@dannobytes well, to me counts it to get fixed :) Your PR is passing the tests so when it is merged let me know I will close mine :) Still very confused about why my PR make fail them 🤷‍♂️

@Naspo88 Naspo88 closed this Oct 3, 2022
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.

None yet

2 participants