revert: ⏪ Revert "fix: Change import map path"
This reverts commit 4c65c1fb47
.
This commit is contained in:
parent
0110d0290d
commit
f4d904cc1f
|
@ -43,7 +43,7 @@ if (count($split1) !== 1) {
|
|||
$split = explode('/', $split1[0]);
|
||||
$vendor = $split[0];
|
||||
$module = $split[1];
|
||||
$path = "vendor/$vendor/$module/js/index.js";
|
||||
$path = "vendor/$vendor/$module/index.js";
|
||||
}
|
||||
@endphp
|
||||
@empty($path)
|
||||
|
|
Loading…
Reference in New Issue