Skip to content

Commit

Permalink
fix vite config for authorization page
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer committed Aug 5, 2024
1 parent ea90b0a commit 7c1b828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from './vite-module-loader.js';

async function getConfig() {
const paths = ['resources/js/app.ts'];
const paths = ['resources/js/app.ts', 'resources/css/app.css'];
const modulePaths = await collectModuleAssetsPaths('extensions');
const additionalPlugins = await collectModulePlugins('extensions');

Expand Down

0 comments on commit 7c1b828

Please sign in to comment.