Skip to content

Commit efb2e89

Browse files
committed
Fix path
1 parent 397edfa commit efb2e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Presets/Bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected static function updatePackageArray(array $packages)
4444
*/
4545
protected static function updateWebpackConfiguration()
4646
{
47-
copy(__DIR__.'/react-stubs/webpack.mix.js', base_path('webpack.mix.js'));
47+
copy(__DIR__.'/bootstrap-stubs/webpack.mix.js', base_path('webpack.mix.js'));
4848
}
4949

5050
/**

0 commit comments

Comments
 (0)