File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ protected function installFrontendPackages()
5959 ] + $ packages );
6060
6161 // Config files...
62- copy (__DIR__ .'/../../stubs/stack-configs/postcss.config.js ' , base_path ('postcss.config.js ' ));
63- copy (__DIR__ .'/../../stubs/stack-configs/tailwind.config.js ' , base_path ('tailwind.config.js ' ));
62+ copy (__DIR__ .'/../../stubs/stack-configs/postcss.config.cjs ' , base_path ('postcss.config.cjs ' ));
63+ copy (__DIR__ .'/../../stubs/stack-configs/tailwind.config.cjs ' , base_path ('tailwind.config.cjs ' ));
6464 copy (__DIR__ .'/../../stubs/stack-configs/jsconfig.json ' , base_path ('jsconfig.json ' ));
6565 copy (__DIR__ .'/../../stubs/stack-configs/vite.config.js ' , base_path ('vite.config.js ' ));
6666 copy (__DIR__ .'/../../stubs/stack-configs/.eslintrc.js ' , base_path ('.eslintrc.js ' ));
You can’t perform that action at this time.
0 commit comments