I’m trying to setup webpack to trace changes i make in src/index.js file to bring it in public/bundle.js
enter image description herethe course I’ve bought is from 2019 and the teacher uses older version of babel-loader, webpack, webpack-cli, and webpack-dev-server, i managed to make it kinda work but it now can’t find where im running my code on and live-server isn’t picking up live changes in my code from my src file… only from my babel file in public. Project is running at can’t pick up where it even is running so my live-server and webpack-dev-server are not alligned together. any help would be appreciated in the mean time I’ll stick to running webpack –watch.
Hello I’m new to programming I’m trying to setup webpack to trace changes i make in src/index.js file to bring it in public/bundle.js
enter image description herethe course I’ve bought is from 2019 and the teacher uses older version of babel-loader, webpack, webpack-cli, and webpack-dev-server, i managed to make it kinda work but it now can’t find where im running my code on and live-server isn’t picking up live changes in my code from my src file… only from my babel file in public. Project is running at can’t pick up where it even is running so my live-server and webpack-dev-server are not alligned together. any help would be appreciated in the mean time I’ll stick to running webpack –watch.