ts @types. React hooks

This commit is contained in:
grinikita
2025-04-27 19:56:23 +03:00
parent a621b0f6ab
commit 330e4c0d74
13 changed files with 238 additions and 146 deletions
+4 -1
View File
@@ -1,4 +1,3 @@
const webpack = require('webpack');
const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
@@ -19,6 +18,10 @@ module.exports = {
},
module: {
rules: [
{
test: /\.png/,
type: 'asset/resource',
},
{
test: /\.(ts|tsx)$/,
exclude: /node_modules/,