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 5d74ef1 commit c769ecbCopy full SHA for c769ecb
src/Commands/TurboInstallCommand.php
@@ -60,7 +60,7 @@ private function publishJsFiles()
60
File::put(
61
$appJsFile = resource_path('js/app.js'),
62
preg_replace(
63
- '/(.*[\'"](?:\.\/)?bootstrap[\'"])?;?)/',
+ '/(.*[\'"](?:\.\/)?bootstrap[\'"]\)?;?)/',
64
<<<JS
65
\\1
66
{$imports}
0 commit comments