diff --git a/src/CoreUIPreset.php b/src/CoreUIPreset.php index 7f92723..8205bb5 100644 --- a/src/CoreUIPreset.php +++ b/src/CoreUIPreset.php @@ -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')); } /**