This commit is contained in:
Andras Schmelczer 2025-03-15 15:06:06 +00:00
parent 9ad54eff7a
commit 15a09dff95
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 59 additions and 75 deletions

View file

@ -12,8 +12,7 @@ module.exports = {
rules: [
{
test: /\.ts$/,
use: "ts-loader",
exclude: /node_modules/
use: "ts-loader"
}
]
},