PR-431618: updating packages and fixing the missing exports of types.

This commit is contained in:
2024-10-21 18:37:42 +00:00
parent 6ce8856804
commit f4001356f6
6 changed files with 852 additions and 751 deletions

View File

@ -46,11 +46,14 @@ export default {
module: {
rules: [
{
test: /\.(js|jsx|ts|tsx)$/,
test: /\.(ts|tsx)$/,
exclude: /node_modules/,
use: {
loader: 'babel-loader',
},
use: 'ts-loader',
},
{
test: /\.(js|jsx)$/,
exclude: /node_modules/,
use: 'babel-loader',
},
{
test: /\.(css|sass|scss)$/,