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 1f0b03c commit a4b2d0dCopy full SHA for a4b2d0d
packages/react-devtools-fusebox/webpack.config.frontend.js
@@ -83,6 +83,9 @@ module.exports = {
83
__PROFILE__: false,
84
__TEST__: NODE_ENV === 'test',
85
__IS_NATIVE__: true,
86
+ __IS_CHROME__: false,
87
+ __IS_FIREFOX__: false,
88
+ __IS_EDGE__: false,
89
'process.env.DEVTOOLS_PACKAGE': `"react-devtools-fusebox"`,
90
'process.env.DEVTOOLS_VERSION': `"${DEVTOOLS_VERSION}"`,
91
'process.env.EDITOR_URL': EDITOR_URL != null ? `"${EDITOR_URL}"` : null,
0 commit comments