Skip to content

Commit

Permalink
build: fix profiling build (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Nov 24, 2022
1 parent 52ae0e8 commit 67f0211
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ function getConfig(env, {
activeAppConfig = merge(appConfig, {
resolve: {
alias: {
'react-dom': 'react-dom/profiling',
'react-dom$': 'react-dom/profiling',
'react-dom/client': 'react-dom/profiling',
'scheduler/tracing': 'scheduler/tracing-profiling',
},
},
Expand Down

0 comments on commit 67f0211

Please sign in to comment.