We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6913773 commit 95dae84Copy full SHA for 95dae84
webpack.config.js
@@ -14,7 +14,7 @@ module.exports = {
14
module: {
15
rules: [
16
{
17
- test: /\.tsx?|.jsx?|.js?|.ts?$/,
+ test: /\.tsx?|\.jsx?|\.js?|\.ts?$/,
18
use: 'ts-loader',
19
exclude: /node_modules/,
20
},
0 commit comments