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

fix(webpack): use webpack-merge v4 to support merge.smart and node 10 #252

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

erezrokah
Copy link
Contributor

Fixes #249

Reverted the major version upgrade for webpack-merge until I can find a better fix.
According to the changelog the smart method was dropped and we also need to switch to named imports.

Also added a test case.

@erezrokah erezrokah added the type: bug code to address defects in shipped code label Jul 19, 2020
@erezrokah erezrokah requested a review from ehmicky July 19, 2020 16:24
@erezrokah erezrokah force-pushed the fix/webpack_custom_config branch from e5e425d to 833f653 Compare July 19, 2020 16:30
@erezrokah erezrokah merged commit f1cabaa into master Jul 21, 2020
@erezrokah erezrokah deleted the fix/webpack_custom_config branch July 21, 2020 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v2.0.0] TypeError: merge.smart is not a function
2 participants