Skip to content

Commit

Permalink
🍱 Update webpack.mix.js to add relative load assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Nov 14, 2019
1 parent 1eb3c7b commit 85a5d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const mix = require('laravel-mix');

mix.setPublicPath('public');

mix.setResourceRoot('../')
mix.js('resources/js/app.js', 'public/js')
mix.js('resources/js/notify.js', 'public/js')
.sass('resources/sass/notify.scss', 'public/css')
Expand Down

0 comments on commit 85a5d81

Please sign in to comment.