revert: Revert "fix: Change import map path"

This reverts commit 4c65c1fb47.
This commit is contained in:
Maicol Battistini 2021-09-30 14:32:59 +02:00
parent 0110d0290d
commit f4d904cc1f
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 1 deletions

View File

@ -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)