Skip to content

Commit

Permalink
feat: add css file extensions to list of assets
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Nov 14, 2023
1 parent a40de96 commit 06bc694
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ export const BASE_ASSET_EXTENSIONS = [
'.jpg',
'.gif',
'.svg',
'.css',
'.scss',
'.sass',
];

0 comments on commit 06bc694

Please sign in to comment.