Skip to content

Commit

Permalink
fix purge line to include *.js (#83)
Browse files Browse the repository at this point in the history
* fix purge line to include *.js

* fix styles
  • Loading branch information
khanalpride authored Jun 2, 2021
1 parent 35bde0b commit 8999b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ protected function installInertiaReactStack()
copy(__DIR__.'/../../stubs/inertia-react/resources/js/app.js', resource_path('js/app.js'));

$this->replaceInFile('.vue()', '.react()', base_path('webpack.mix.js'));
$this->replaceInFile('.vue', '.js', base_path('tailwind.config.js'));

$this->info('Breeze scaffolding installed successfully.');
$this->comment('Please execute the "npm install && npm run dev" command to build your assets.');
Expand Down

0 comments on commit 8999b2d

Please sign in to comment.