react-express icon indicating copy to clipboard operation
react-express copied to clipboard

Outdated webpack section

Open abelardolg opened this issue 2 years ago • 0 comments

Hi there,

I have followed the steps under Webpack section but they don't work. ✅ mode: "development"; ❌ mode: env 2) bundle.js is not created 3)

"devDependencies": {
    "webpack": "^5.75.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.11.1"
  }
  1. When I go to the browser, "Cannot GET /" is showed.
  2. So, you wrote npm run dev when it should be npm run start, isn't it?

Best regards.

abelardolg avatar Nov 10 '22 09:11 abelardolg