This commit is contained in:
2023-05-19 15:15:13 +01:00
parent 126a55f3c4
commit c36544f9a3
13 changed files with 1221 additions and 79 deletions

View File

@ -56,7 +56,7 @@ const config = {
module: {
rules: [
{
test: /\.(ts|tsx)$/i,
test: /\.tsx?$/i,
use: [
"babel-loader",
{