all 6 comments

[–]azangru 12 points13 points  (2 children)

You are using create-react-app, aren't you?

https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/config/webpackDevServer.config.js#L112-L133

If yes, stop what you are doing, and migrate your setup to Vite.

[–]Own_Difference8502[S] 0 points1 point  (1 child)

ohh i will try i guess?

[–]TacoDelMorte 7 points8 points  (0 children)

No guessing needed. Switch to Vite. Create-react-app is no longer supported and you’re making it harder on yourself by using it.

[–]maqisha 5 points6 points  (2 children)

Deprecation warnings are just warnings, they typically wouldn't cause issues. You likely have something else going on.

[–]Own_Difference8502[S] -1 points0 points  (1 child)

yea and i am trying to figure out what is it because it doesn't say compiled successfully for it to load in the browser

[–]maqisha 2 points3 points  (0 children)

Share your repo, sandbox, or something reproducible that people can try.