mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-27 00:54:22 +02:00
remove react-addons-perf
This commit is contained in:
@@ -116,14 +116,6 @@ class App extends React.Component {
|
|||||||
|
|
||||||
const router = <HashRouter><App /></HashRouter>
|
const router = <HashRouter><App /></HashRouter>
|
||||||
|
|
||||||
/**
|
|
||||||
* Attach `Perf` when not in production.
|
|
||||||
*/
|
|
||||||
|
|
||||||
if (NODE_ENV != 'production') {
|
|
||||||
window.Perf = require('react-addons-perf')
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mount the router.
|
* Mount the router.
|
||||||
*/
|
*/
|
||||||
|
@@ -39,7 +39,6 @@
|
|||||||
"parse5": "^3.0.2",
|
"parse5": "^3.0.2",
|
||||||
"prismjs": "^1.5.1",
|
"prismjs": "^1.5.1",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-addons-perf": "^16.0.0-alpha",
|
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
"react-frame-aware-selection-plugin": "^1.0.0",
|
"react-frame-aware-selection-plugin": "^1.0.0",
|
||||||
"react-frame-component": "^1.1.1",
|
"react-frame-component": "^1.1.1",
|
||||||
|
Reference in New Issue
Block a user