Answer the question
In order to leave comments, you need to log in
How to properly debug javascript in the browser?
I used to write small applications for the site and used webpack devserver, proxying requests from the main server to dev and I had a hot reload there.
part of the config
devServer: {
port: 3001,
host: 'localhost',
proxy: {
"*": {
target:"https://proect.local:80",
secure: false
}
}
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question