Skip to content

Commit f7ed1c0

Browse files
authored
Merge pull request #168 from redbastie/patch-3
[3.x] Add sourcemaps to webpack config
2 parents 568126f + 49a7194 commit f7ed1c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/Presets/bootstrap-stubs/webpack.mix.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ const mix = require('laravel-mix');
1212
*/
1313

1414
mix.js('resources/js/app.js', 'public/js')
15-
.sass('resources/sass/app.scss', 'public/css');
15+
.sass('resources/sass/app.scss', 'public/css')
16+
.sourceMaps();

0 commit comments

Comments
 (0)