Skip to content

Commit 58ca784

Browse files
authored
docs: include also .ts,.js files (#8)
1 parent b61443b commit 58ca784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
module: {
2828
rules: [
2929
{
30-
test: /\.[mc]?[jt]sx$/i,
30+
test: /\.[mc]?[jt]sx?$/i,
3131
exclude: /node_modules/,
3232
use: [
3333
// babel-loader, swc-loader, esbuild-loader, or anything you like to transpile JSX should go here.

0 commit comments

Comments
 (0)