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 12aa92c commit ad10c63Copy full SHA for ad10c63
packages/react-devtools-core/webpack.backend.js
@@ -70,7 +70,7 @@ module.exports = {
70
}),
71
new Webpack.DefinePlugin({
72
__DEV__,
73
- __EXPERIMENTAL__: 'readonly',
+ __EXPERIMENTAL__: true,
74
__EXTENSION__: false,
75
__PROFILE__: false,
76
__TEST__: NODE_ENV === 'test',
0 commit comments