Skip to content

Commit

Permalink
use profiler build of react for playground
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio committed Jun 10, 2019
1 parent d75f548 commit 943648e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/react/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"alias": {
"react": "../node_modules/react",
"react-dom": "../node_modules/react-dom"
"react-dom": "../node_modules/react-dom/profiling",
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "^16.8.15",
Expand Down

0 comments on commit 943648e

Please sign in to comment.