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"
}
- When I go to the browser, "Cannot GET /" is showed.
- So, you wrote
npm run dev when it should be npm run start, isn't it?
Best regards.
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)
npm run devwhen it should benpm run start, isn't it?Best regards.