Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Nov 28, 2023
1 parent 8240430 commit 4ddf5fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/BladeViewExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function handle(Filesystem $filesystem): string
$this->viewWithoutScriptTag = $this->replaceComponentMethodLoadingStates($this->viewWithoutScriptTag);
$this->viewWithoutScriptTag = $this->replaceElementRefs($this->viewWithoutScriptTag);

if (SpladePlugin::dontGenerateVueComponentForPath($this->bladePath)) {
if (! SpladePlugin::shouldGenerateVueComponentForPath($this->bladePath)) {
return $this->viewWithoutScriptTag;
}

Expand Down
1 change: 0 additions & 1 deletion src/SpladePluginRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function shouldGenerateVueComponentForPath(string $path): bool

public function generateManifest(): void
{

$imports = collect($this->plugins)->mapWithKeys(function (SpladePluginProvider $provider) {
$hash = 'S'.md5($provider->getLibraryBuildFilename());

Expand Down

0 comments on commit 4ddf5fd

Please sign in to comment.