Skip to content

Commit d7133fa

Browse files
committed
fix extensions for dist build
1 parent 88399f8 commit d7133fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.dist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = {
4646
module: {
4747
rules: [
4848
{
49-
test: /\.js$/,
49+
test: /\.(js|jsx|ts|tsx)$/,
5050
use: [
5151
"babel-loader",
5252
],

0 commit comments

Comments
 (0)