1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 16:44:22 +02:00

remove react-addons-perf

This commit is contained in:
Ian Storm Taylor
2017-10-13 15:02:19 -07:00
parent e960918f87
commit 9d5873ec94
2 changed files with 0 additions and 9 deletions

View File

@@ -116,14 +116,6 @@ class App extends React.Component {
const router = <HashRouter><App /></HashRouter>
/**
* Attach `Perf` when not in production.
*/
if (NODE_ENV != 'production') {
window.Perf = require('react-addons-perf')
}
/**
* Mount the router.
*/

View File

@@ -39,7 +39,6 @@
"parse5": "^3.0.2",
"prismjs": "^1.5.1",
"react": "^16.0.0",
"react-addons-perf": "^16.0.0-alpha",
"react-dom": "^16.0.0",
"react-frame-aware-selection-plugin": "^1.0.0",
"react-frame-component": "^1.1.1",