Skip to content

Commit ef584a0

Browse files
authored
Merge pull request #144 from asudoh/skip-type-check-test
chore(test): skip type checking for tests
2 parents a505e9a + 7074eeb commit ef584a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webpack.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ module.exports = [{
55
rules: [
66
{
77
test: /\.ts$/,
8-
loaders: ["ts-loader"]
8+
loader: "ts-loader",
9+
options: {
10+
transpileOnly: true
11+
}
912
},
1013
{
1114
test: /\.html$/,

0 commit comments

Comments
 (0)