Skip to content

Feat/react version upgrade#184

Open
ankitakataria1mg wants to merge 6 commits intotata1mg:mainfrom
ankitakataria1mg:feat/react-version-upgrade
Open

Feat/react version upgrade#184
ankitakataria1mg wants to merge 6 commits intotata1mg:mainfrom
ankitakataria1mg:feat/react-version-upgrade

Conversation

@ankitakataria1mg
Copy link
Copy Markdown

No description provided.

@deputydev-agent
Copy link
Copy Markdown

DeputyDev will no longer review pull requests automatically.To request a review, simply comment #review on your pull request—this will trigger an on-demand review whenever you need it.

Comment thread src/webpack/babel.config.ssr.js Outdated
"@babel/plugin-transform-runtime",
{
helpers: true,
regenerator: true,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did we need this?

Comment thread src/webpack/development.client.babel.js Outdated
test: /[\\/]node_modules[\\/](react|react-dom|react-redux|react-router|react-router-dom|redux|redux-thunk|axios|react-loadable-visibility|react-helmet-async|react-fast-compare|react-async-script|@babel\/runtime|@loadable\/component|catalyst)[\\/]/,
name: "commonVendor",
minSize: 30000,
priority: 10,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why have we added priority here

Comment thread src/webpack/production.ssr.babel.js Outdated
},
module: {
rules: [
{
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the rules for js files are already defined in base.babel

Comment thread src/webpack/production.ssr.babel.js Outdated
chunkFilename: catalystConfig.chunkFileNameProd,
filename: "handler.js",
libraryTarget: "commonjs",
publicPath: path.join(process.env.src_path, process.env.BUILD_OUTPUT_PATH, "/renderer") + "/",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need this. Already defined in base babel

@ankitakataria1mg ankitakataria1mg force-pushed the feat/react-version-upgrade branch from 3b50db0 to aaca95c Compare February 16, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants