Skip to content

Commit

Permalink
Updated webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcc committed Sep 13, 2018
1 parent bf1d427 commit e1a2047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let themes = [
];

themes.forEach((item) => {
mix.sass(item, 'public/css/themes').version();
mix.sass(item, 'public/css/themes')
})

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

0 comments on commit e1a2047

Please sign in to comment.