File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ protected function installLivewireStack()
141
141
142
142
// Tailwind Configuration...
143
143
copy (__DIR__ .'/../../stubs/livewire/tailwind.config.js ' , base_path ('tailwind.config.js ' ));
144
+ copy (__DIR__ .'/../../stubs/webpack.config.js ' , base_path ('webpack.config.js ' ));
144
145
copy (__DIR__ .'/../../stubs/webpack.mix.js ' , base_path ('webpack.mix.js ' ));
145
146
146
147
// Directories...
@@ -280,6 +281,7 @@ protected function installInertiaStack()
280
281
281
282
// Tailwind Configuration...
282
283
copy (__DIR__ .'/../../stubs/inertia/tailwind.config.js ' , base_path ('tailwind.config.js ' ));
284
+ copy (__DIR__ .'/../../stubs/webpack.config.js ' , base_path ('webpack.config.js ' ));
283
285
copy (__DIR__ .'/../../stubs/webpack.mix.js ' , base_path ('webpack.mix.js ' ));
284
286
285
287
// Directories...
You can’t perform that action at this time.
0 commit comments