Skip to content

Commit

Permalink
Revert webpack.backend.js change
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Jan 29, 2024
1 parent 12aa92c commit ad10c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-core/webpack.backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
}),
new Webpack.DefinePlugin({
__DEV__,
__EXPERIMENTAL__: 'readonly',
__EXPERIMENTAL__: true,
__EXTENSION__: false,
__PROFILE__: false,
__TEST__: NODE_ENV === 'test',
Expand Down

0 comments on commit ad10c63

Please sign in to comment.