Para os que tiverem um error como o abaixo
ERROR in   Error: /home/fabio/cursos/spa-javascript-puro/clientes.html:126
  /******/  if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
                            ^
  Error: Automatic publicPath is not supported in this browser
  - clientes.html:126 
    /home/fabio/cursos/spa-javascript-puro/clientes.html:126:34Tentem adicionar em webpack.config.js, na propriedade output, o seguinte
output: {
    publicPath: ''
}ver mais em https://stackoverflow.com/a/64715069/1415639