Skip to content

Commit e1a2047

Browse files
committed
Updated webpack config
1 parent bf1d427 commit e1a2047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.mix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let themes = [
3636
];
3737

3838
themes.forEach((item) => {
39-
mix.sass(item, 'public/css/themes').version();
39+
mix.sass(item, 'public/css/themes')
4040
})
4141

4242
mix.js('resources/assets/js/app.js', 'public/js')

0 commit comments

Comments
 (0)