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

When webpack config is specified, don't search for others, include path in warnings #479

Merged
merged 3 commits into from
Oct 27, 2020

Conversation

ian-craig
Copy link
Contributor

Overview

If a user specifies the config option in webpack or webpackDevServer tasks, they Just should not try to run Webpack with a different config file silently if it fails to find the one they asked for.

Updating the config resolution to respect this, and also improve the warning when not found

Test Notes

  • UTs
  • Tested against a real repo where config path was wrong so the requested config was not found

@ian-craig ian-craig requested a review from kenotron October 19, 2020 18:51
@kenotron kenotron merged commit e49ea35 into master Oct 27, 2020
@kenotron kenotron deleted the webpack-config-option-strict branch October 27, 2020 22:45
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.

2 participants