Skip to content

Commit 7370719

Browse files
author
endi
committed
update mix
1 parent 7e9d685 commit 7370719

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mix.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ class AdminMix {
4848
this.Mix.webpackConfig({
4949
resolve: {
5050
alias: {
51-
'jquery-ui/sortable': 'jquery-ui/ui/widgets/sortable',
51+
// Enable if using jquery-ui/sortable
52+
//'jquery-ui/sortable': 'jquery-ui/ui/widgets/sortable',
5253
},
5354
},
5455
/* Do not load MomentJS locales */

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adminarchitect-mix",
3-
"version": "1.0",
3+
"version": "1.0.4",
44
"description": "Admin Architect Webpack Mix tasks.",
55
"main": "mix.js",
66
"repository": {

0 commit comments

Comments
 (0)