react-redux-blog icon indicating copy to clipboard operation
react-redux-blog copied to clipboard

webpack doesn't find configuration

Open daton89 opened this issue 6 years ago • 2 comments

➜ npm run dev

[email protected] dev /Users/tony/Projects/react-redux-blog node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

  • configuration.resolve.extensions[0] should not be empty. -> A non-empty string

daton89 avatar Jul 22 '18 12:07 daton89

I forked it and fixed the Webpack issue in the latest version of the webpack-dev-server.

Check it out: https://github.com/aldomonteiro/react-redux-blog

aldomonteiro avatar Jul 29 '18 23:07 aldomonteiro

that does not work proper

I have an error on that fork ur link @aldomonteiro

react-redux-blog/node_modules/webpack-cli/bin/cli.js:74 throw err; ^

TypeError: webpack.optimize.DedupePlugin is not a constructor

lakshmankashyap avatar May 28 '19 14:05 lakshmankashyap