Skip to content

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

Open
Den-dp wants to merge 1 commit intoztoben:masterfrom
Den-dp:feat/respect-output-path-defaults
Open

feat: respect webpack defaults by using fully initialized compiler object#405
Den-dp wants to merge 1 commit intoztoben:masterfrom
Den-dp:feat/respect-output-path-defaults

Conversation

@Den-dp
Copy link
Copy Markdown
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