Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 9769c6a

Browse files
chore(webpack): Add noEmit to typescript config
1 parent c66885f commit 9769c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737

3838
module: {
3939
loaders: [
40-
{ test: /\.ts$/, loader: "awesome-typescript-loader?declaration=false" }
40+
{ test: /\.tsx?$/, loader: "awesome-typescript-loader?noEmit=true" }
4141
]
4242
},
4343

0 commit comments

Comments
 (0)