Skip to content

Commit

Permalink
feat(app-webpack): support more babel & postcss config filenames #15756
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 29, 2023
1 parent df25068 commit 9c694e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app-webpack/types/app-paths.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ export interface QuasarAppPaths {
capacitorDir: string;
electronDir: string;
bexDir: string;

quasarConfigFilename: string;
postcssConfigFilename: string;
babelConfigFilename: string;

resolve: IResolve;
}

0 comments on commit 9c694e4

Please sign in to comment.