Skip to content

Commit

Permalink
Merge pull request #168 from redbastie/patch-3
Browse files Browse the repository at this point in the history
[3.x] Add sourcemaps to webpack config
  • Loading branch information
taylorotwell authored Oct 5, 2020
2 parents 568126f + 49a7194 commit f7ed1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Presets/bootstrap-stubs/webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ const mix = require('laravel-mix');
*/

mix.js('resources/js/app.js', 'public/js')
.sass('resources/sass/app.scss', 'public/css');
.sass('resources/sass/app.scss', 'public/css')
.sourceMaps();

0 comments on commit f7ed1c0

Please sign in to comment.