This image contains folder structure and webpack.config.js file. When I open webpack-dev-server, I get the following error:
ERROR in multi (webpack)-dev-server/client?http://localhost:8080 ./src/js/index.js ./src/scss/master.scss
Module not found: Error: Can't resolve 'babel/loader' in 'C:\wamp64\www\o\omd'
@ multi (webpack)-dev-server/client?http://localhost:8080 ./src/js/index.js ./src/scss/master.scss main[0]
Note than I have installed babel/loader
inside node_modules
. Any clue would be appreciated!
Thanks in advance.