if you are using laravel 5.3, just modify gulpfile.js as follow
elixir(mix => {
mix.sass('app.scss')
.webpack('app.js', null, null, {
output: {
publicPath: "js/", // specify path
}
});
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community