Skip to content

Commit e05047c

Browse files
author
sw-yx
committed
use profiling build of react dom
1 parent accc448 commit e05047c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/package.json

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
"react-dom": "^16.8.6",
1515
"react-netlify-identity": "latest"
1616
},
17+
"alias": {
18+
"react": "../node_modules/react",
19+
"react-dom": "../node_modules/react-dom/profiling",
20+
"react-dom$": "../node_modules/react-dom/profiling",
21+
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
22+
},
1723
"devDependencies": {
1824
"@types/reach__router": "^1.2.4",
1925
"@types/react": "^16.8.15",

0 commit comments

Comments
 (0)