Skip to content

Commit

Permalink
install webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 15, 2020
1 parent 043dfaa commit 412e748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ protected function installLivewireStack()

// Tailwind Configuration...
copy(__DIR__.'/../../stubs/livewire/tailwind.config.js', base_path('tailwind.config.js'));
copy(__DIR__.'/../../stubs/webpack.config.js', base_path('webpack.config.js'));
copy(__DIR__.'/../../stubs/webpack.mix.js', base_path('webpack.mix.js'));

// Directories...
Expand Down Expand Up @@ -280,6 +281,7 @@ protected function installInertiaStack()

// Tailwind Configuration...
copy(__DIR__.'/../../stubs/inertia/tailwind.config.js', base_path('tailwind.config.js'));
copy(__DIR__.'/../../stubs/webpack.config.js', base_path('webpack.config.js'));
copy(__DIR__.'/../../stubs/webpack.mix.js', base_path('webpack.mix.js'));

// Directories...
Expand Down

0 comments on commit 412e748

Please sign in to comment.