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 authored 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

2 comments on commit 943648e

@swyxio
Copy link
Collaborator Author

@swyxio swyxio commented on 943648e Jun 10, 2019

Choose a reason for hiding this comment

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

argh i'm an idiot totally meant to send this in as a PR but clicked the wrong button and it directlymerged. i think this is small enough that its fine code wise (and i've alr tested it) but idk if it breaks any other tooling - let me know if i need to revert and force push. my bad.

@jaredpalmer
Copy link
Owner

Choose a reason for hiding this comment

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

it's fine. move fast. FWIW this is why I don't automate deploys to latest.

Please sign in to comment.