Skip to content

Commit 95dae84

Browse files
update ts-loader regex to avoid build errors
1 parent 6913773 commit 95dae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
module: {
1515
rules: [
1616
{
17-
test: /\.tsx?|.jsx?|.js?|.ts?$/,
17+
test: /\.tsx?|\.jsx?|\.js?|\.ts?$/,
1818
use: 'ts-loader',
1919
exclude: /node_modules/,
2020
},

0 commit comments

Comments
 (0)