Skip to content

Commit f87e035

Browse files
author
nrgwsth
authored
Update webpack.config.js
Should match `.tsx` or `.ts`.
1 parent f99e686 commit f87e035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/template/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var config = {
3838
rules: [
3939
{
4040
enforce: 'pre',
41-
test: /\.ts?$/,
41+
test: /\.tsx?$/,
4242
exclude: ['node_modules'],
4343
use: ['awesome-typescript-loader', 'source-map-loader']
4444
},

0 commit comments

Comments
 (0)