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

Change in api for webpack-merge #40

Open
harsh2602 opened this issue Jul 17, 2020 · 0 comments
Open

Change in api for webpack-merge #40

harsh2602 opened this issue Jul 17, 2020 · 0 comments

Comments

@harsh2602
Copy link

webpack-merge has updated it's api in version 5.x.x. If following along in the course, the npm install would download version 5.x.x, where instead of using default require of webpackMerge it has to be updated to name import merge.

Change const webpackMerge = require("webpack-merge");

To const { merge } = require("webpack-merge");

To keep it similar to how Sean does it in the video, use version 4.x.x

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

No branches or pull requests

1 participant