+ vitejs support
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user