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

TypeError: merge is not a function #46

Closed
SokichiFujita opened this issue Jul 25, 2020 · 1 comment
Closed

TypeError: merge is not a function #46

SokichiFujita opened this issue Jul 25, 2020 · 1 comment
Assignees
Labels

Comments

@SokichiFujita
Copy link
Owner

Now following error is displayed when npm start is called. Because webpack-merge changed the API.

$ npm start

> ***@1.0.0 start ***
> webpack-dev-server --progress --colors --config webpack.dev.js

***/webpack.dev.js:16
module.exports = merge(common, config);
                 ^

TypeError: merge is not a function
    at Object.<anonymous> (***/webpack.dev.js:16:18)

We need to add {} outside the definition of merge.

@SokichiFujita
Copy link
Owner Author

fixed by #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant