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

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