Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit6e145a4

Browse files
authored
feat: Add .kt extension to known ones
1 parentc00cf68 commit6e145a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎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)

[8]ページ先頭

©2009-2025 Movatter.jp