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

Commit

Permalink
fix: path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitulgolakiya committed Sep 13, 2020
1 parent 75731bc commit cd3a348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreUIPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected static function updateSass()
*/
protected static function updateWebpackConfiguration()
{
copy(__DIR__ . '/../adminlte-stubs/bootstrap/webpack.mix.js', base_path('webpack.mix.js'));
copy(__DIR__ . '/../coreui-stubs/bootstrap/webpack.mix.js', base_path('webpack.mix.js'));
}

/**
Expand Down

0 comments on commit cd3a348

Please sign in to comment.