We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3190c commit 44c3d3dCopy full SHA for 44c3d3d
packages/react-devtools-core/webpack.standalone.js
@@ -88,6 +88,9 @@ module.exports = {
88
__PROFILE__: false,
89
__TEST__: NODE_ENV === 'test',
90
__IS_NATIVE__: true,
91
+ __IS_FIREFOX__: false,
92
+ __IS_CHROME__: false,
93
+ __IS_EDGE__: false,
94
'process.env.DEVTOOLS_PACKAGE': `"react-devtools-core"`,
95
'process.env.DEVTOOLS_VERSION': `"${DEVTOOLS_VERSION}"`,
96
'process.env.EDITOR_URL': EDITOR_URL != null ? `"${EDITOR_URL}"` : null,
0 commit comments