Skip to content

Commit

Permalink
refactor(extension): remove REACT_PERF extension (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Feb 10, 2021
1 parent 5e775ef commit 412a088
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import installExtension, {
EMBER_INSPECTOR, REACT_DEVELOPER_TOOLS,
BACKBONE_DEBUGGER, JQUERY_DEBUGGER,
ANGULARJS_BATARANG, VUEJS_DEVTOOLS,
REDUX_DEVTOOLS, REACT_PERF,
REDUX_DEVTOOLS,
CYCLEJS_DEVTOOL, MOBX_DEVTOOLS,
APOLLO_DEVELOPER_TOOLS,
} from 'electron-devtools-installer';
Expand Down
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ export const REDUX_DEVTOOLS = {
id: 'lmhkpmbekcpmknklioeibfkpmmfibljd',
electron: '>=1.2.1',
};
export const REACT_PERF = {
id: 'hacmcodfllhbnekmghgdlplbdnahmhmm',
electron: '>=1.2.6',
};
export const CYCLEJS_DEVTOOL = {
id: 'dfgplfmhhmdekalbpejekgfegkonjpfp',
electron: '>=1.2.1',
Expand Down
5 changes: 0 additions & 5 deletions test/testdata/knownExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
ANGULARJS_BATARANG,
VUEJS_DEVTOOLS,
REDUX_DEVTOOLS,
REACT_PERF,
CYCLEJS_DEVTOOL,
APOLLO_DEVELOPER_TOOLS,
MOBX_DEVTOOLS,
Expand Down Expand Up @@ -41,10 +40,6 @@ const knownExtensions = [
...REDUX_DEVTOOLS,
description: 'Redux DevTools',
},
// {
// ...REACT_PERF,
// description: 'React Perf',
// },
{
...CYCLEJS_DEVTOOL,
description: 'Cycle.js',
Expand Down

0 comments on commit 412a088

Please sign in to comment.