Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 6e145a4

Browse files
authored
feat: Add .kt extension to known ones
1 parent c00cf68 commit 6e145a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bundle-config-loader.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { getOptions } from "loader-utils";
44
import*asescapeRegExpfrom"escape-string-regexp";
55

66
// Matches all source, markup and style files that are not in App_Resources and in tests folder
7-
constdefaultMatch="(?<!\\bApp_Resources\\b.*)(?<!\\.\\/\\btests\\b\\/.*?)\\.(xml|css|js|(?<!\\.d\\.)ts|(?<!\\b_[\\w-]*\\.)scss)$";
7+
constdefaultMatch="(?<!\\bApp_Resources\\b.*)(?<!\\.\\/\\btests\\b\\/.*?)\\.(xml|css|js|kt|(?<!\\.d\\.)ts|(?<!\\b_[\\w-]*\\.)scss)$";
88

99
constloader: loader.Loader=function(source,map){
1010
let{

0 commit comments

Comments
 (0)