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

Commit 9fce77d

Browse files
author
vakrilov
committed
fix: filter d.ts files
1 parent 10aabe6 commit 9fce77d

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
@@ -3,7 +3,7 @@ import { loader } from "webpack";
33
import { getOptions } from "loader-utils";
44

55
// Matches all source, markup and style files that are not in App_Resources
6-
const defaultMatch = /(?<!App_Resources.*)\.(xml|css|js|ts|scss)$/;
6+
const defaultMatch = /(?<!App_Resources.*)\.(xml|css|js|(?<!d\.)ts|scss)$/;
77

88
const loader: loader.Loader = function (source, map) {
99
const {

0 commit comments

Comments
 (0)