Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit cd3a348

Browse files
committed
fix: path fix
1 parent 75731bc commit cd3a348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreUIPreset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected static function updateSass()
6868
*/
6969
protected static function updateWebpackConfiguration()
7070
{
71-
copy(__DIR__ . '/../adminlte-stubs/bootstrap/webpack.mix.js', base_path('webpack.mix.js'));
71+
copy(__DIR__ . '/../coreui-stubs/bootstrap/webpack.mix.js', base_path('webpack.mix.js'));
7272
}
7373

7474
/**

0 commit comments

Comments
 (0)