Skip to content

Conversation

@RaminMammadzada
Copy link

@RaminMammadzada RaminMammadzada commented Dec 14, 2020

webpack-merge 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.

I have updated the webpack config file.

So, instead of const webpackMerge = require("webpack-merge");
we should write { 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

Successfully merging this pull request may close these issues.

1 participant