We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc5b82 commit 2bcc220Copy full SHA for 2bcc220
index.js
@@ -35,7 +35,7 @@ class ReactTypeScript {
35
webpackRules() {
36
return [
37
{
38
- test: /\.ts|.tsx?$|.js|.jsx?$|/,
+ test: /(\.js)|(\.jsx)|(\.ts)|(\.tsx)$/,
39
exclude: /(node_modules)/,
40
use: [
41
0 commit comments