Skip to content

Commit

Permalink
Fix commonjs exports
Browse files Browse the repository at this point in the history
Fixed: facebook#1266 and react-native#22863
  • Loading branch information
vovkasm committed Jan 4, 2019
1 parent b2c1ae6 commit b41609d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-devtools-core/webpack.backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
output: {
path: __dirname + '/build',
filename: '[name].js',
libraryTarget: 'commonjs2',
},
plugins: __DEV__ ? [] : [
// Ensure we get production React
Expand Down

0 comments on commit b41609d

Please sign in to comment.