1
resposta

Error: Automatic publicPath is not supported in this browser

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:34

Tentem adicionar em webpack.config.js, na propriedade output, o seguinte

output: {
    publicPath: ''
}

ver mais em https://stackoverflow.com/a/64715069/1415639

1 resposta

Fala ai Fabio, tudo bem? Muito bom, obrigado por compartilhar o problema e solução com a gente.

Abraços e bons estudos.