Skip to content

Commit 3a4645f

Browse files
committed
Remove invalid extensions option from babel preprocessor config
1 parent 37ffeb4 commit 3a4645f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/karma.common.conf.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ var karmaConfig = {
5050
babelPreprocessor: {
5151
options: {
5252
presets: ["@babel/env"], // "@babel/preset-env"
53-
sourceMap: "inline",
54-
extensions: [".js", ".ts"]
53+
sourceMap: "inline"
5554
}
5655
}
5756
};

0 commit comments

Comments
 (0)