Skip to content

Commit fb0cfe7

Browse files
authored
Merge pull request #696 from orgbx/patch-1
Fix in webpack-and-typescript.md code example
2 parents 98fe869 + 47ac554 commit fb0cfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/webpack-and-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module.exports = {
116116
},
117117
{
118118
enforce: 'pre',
119-
test: /\.js$/,
119+
test: /\.tsx?$/,
120120
use: "source-map-loader"
121121
}
122122
]

0 commit comments

Comments
 (0)