The suggested solutions didn’t work for me. However, I found that setting publicPath to an empty string did the trick.
output: {
publicPath: '',
...
}
The suggested solutions didn’t work for me. However, I found that setting publicPath to an empty string did the trick.
output: {
publicPath: '',
...
}