Skip to content

Commit

Permalink
remove unused jquery.easing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Mar 19, 2021
1 parent c4120f2 commit 7a1512d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ mix.styles([
mix.scripts([
'node_modules/popper.js/dist/umd/popper.js',
'node_modules/bootstrap/dist/js/bootstrap.js',
'node_modules/jquery.easing/jquery.easing.js',
'themes/repair-cafe/assets/js/app.js'
], 'themes/repair-cafe/assets/js/app.min.js');
mix.scripts([
Expand Down

0 comments on commit 7a1512d

Please sign in to comment.