We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webpack.config.js
1 parent cc0aacc commit b14c1d7Copy full SHA for b14c1d7
src/Console/InstallCommand.php
@@ -308,7 +308,6 @@ protected function installInertiaStack()
308
// Tailwind Configuration...
309
copy(__DIR__.'/../../stubs/inertia/tailwind.config.js', base_path('tailwind.config.js'));
310
copy(__DIR__.'/../../stubs/inertia/webpack.mix.js', base_path('webpack.mix.js'));
311
- copy(__DIR__.'/../../stubs/inertia/webpack.config.js', base_path('webpack.config.js'));
312
313
// Directories...
314
(new Filesystem)->ensureDirectoryExists(app_path('Actions/Fortify'));
0 commit comments