feat: Aggiungi modulo base agli import maps per i moduli e i plugin custom

This commit is contained in:
Maicol Battistini 2021-09-30 16:39:28 +02:00
parent ef6479f34f
commit 5695725e06
No known key found for this signature in database
GPG Key ID: 4FDB0F87CDB1D34A
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ if (count($split1) !== 1) {
<script type="importmap">
{
"imports": {
"openstamanager": "{{vite_asset('index.js')}}",
"external_module": "{{vite_asset($path)}}"
}
}