I have the same problem.
But it starts after I added a component by npm.
So I removed it but it’s still looping.
Then I check my publicPath and devUrl, trying different solutions but nothing.
It’s really annoying.
my config.json is:
{
“entry”: {
“main”: [
"./scripts/main.js",
"./styles/main.scss"
],
“customizer”: [
"./scripts/customizer.js"
]
},
“watch”: [
“templates//*.php",
"src//*.php”
],
“publicPath”: “app/themes/birdlife”,
“devUrl”: “http://birdlife.com”,
“proxyUrl”: “http://localhost:3000”,
“cacheBusting”: “[name]_[hash:8]”,
“browsers”: [
“last 2 versions”,
“android 4”,
“opera 12”
]
}
Thanks