Skip to content

Commit 76c6739

Browse files
author
Brian Vaughn
committed
Re-enabled packages backend build to be production mode (whoops)
1 parent 050cb84 commit 76c6739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/react-devtools-core/webpack.backend.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const GITHUB_URL = getGitHubURL();
1414
constDEVTOOLS_VERSION=getVersionString();
1515

1616
module.exports={
17-
mode: 'development',// TODO TESTING __DEV__ ? 'development' : 'production',
17+
mode: __DEV__ ? 'development' : 'production',
1818
devtool: __DEV__ ? 'cheap-module-eval-source-map' : false,
1919
entry: {
2020
backend: './src/backend.js',

0 commit comments

Comments
 (0)