Skip to content

Commit

Permalink
added scss
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Jan 26, 2024
1 parent aae87ba commit c13e4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Bundle {
* Other extensions from the bundle might have duplicate names (but different hash), so we don't include them in the
* mapping.
*/
public static final Set<String> BUNDLE_MAPPING_EXT = Set.of(".js", ".css", ".js.map", ".css.map");
public static final Set<String> BUNDLE_MAPPING_EXT = Set.of(".js", ".css", ".js.map", ".css.map", ".scss");

private final Mapping mapping;

Expand Down

0 comments on commit c13e4d4

Please sign in to comment.