We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca4d78 commit f6ca59fCopy full SHA for f6ca59f
src/JsPhpize/JsPhpize.php
@@ -54,7 +54,7 @@ public function compile($input, $filename = null)
54
55
$dependencies = $compiler->getDependencies();
56
if ($this->getOption('catchDependencies')) {
57
- $this->dependencies = $dependencies;
+ $this->dependencies = array_merge($this->dependencies, $dependencies);
58
$dependencies = array();
59
}
60
$php = $compiler->compileDependencies($dependencies) . $php;
0 commit comments