Open sashsvamir opened 3 years ago
Now i'm fix this with follow code, but may be exist more better way to fix this problem:
mix
.webpackConfig({
output: {
// fix prepend slash (/) in js bundle path in mix-html-builder
publicPath: './'
},
})
i have follow mix config:
this leads to different paths of js and css in output html:
i'm expect to js path will be with no prepended slash "/". Like css path.