+ vitejs support

This commit is contained in:
2022-07-17 14:34:49 +03:00
parent a35faa558c
commit 0c7f82ab7e
11 changed files with 402 additions and 78 deletions

View File

@ -21,7 +21,7 @@ class ManifestReader implements Arrayable
throw new AssetsManifestException('Not readable: ' . $manifestPath);
}
$this->manifest = collect(json_decode(file_get_contents($manifestPath)));
$this->manifest = collect(json_decode(file_get_contents($manifestPath), true));
}
public function get(string $assetName)