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

feat: respect webpack defaults by using fully initialized compiler object #405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Den-dp
Copy link
Contributor

@Den-dp Den-dp commented May 17, 2021

This change helps for cases when useCompilerPath option is used, but output.path is not defined (since it is optional https://webpack.js.org/migrate/5/?_sm_au_=iVVn83n2sDMW0RFrMjpfkK68cqsfp#clean-up-configuration )

Closes: #403

…ject

This change helps for cases when `useCompilerPath` option is used, but `output.path` is not defined (since it is optional https://webpack.js.org/migrate/5/?_sm_au_=iVVn83n2sDMW0RFrMjpfkK68cqsfp#clean-up-configuration )

Closes: ztoben#403
@Den-dp Den-dp force-pushed the feat/respect-output-path-defaults branch from a3d761a to c6323bc Compare June 23, 2021 19:33
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.

useCompilerPath option should respect webpack@5 defaults
1 participant