Skip to content

Commit a939e99

Browse files
[core] Fix yarn benchmark:browser command
Found this when working on mui#26493 (comment)
1 parent d2b4c45 commit a939e99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

benchmark/browser/webpack.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ module.exports = {
3333
],
3434
},
3535
resolve: {
36-
alias: {
37-
'react-dom$': 'react-dom/profiling',
38-
},
3936
extensions: ['.js', '.ts', '.tsx'],
4037
},
4138
};

0 commit comments

Comments
 (0)