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 dc27073 commit 5f3053bCopy full SHA for 5f3053b
tools/build.js
@@ -28,7 +28,7 @@ exec('babel modules -d es --ignore __tests__', {
28
console.log('\nBuilding react-broadcast.js ...')
29
30
exec('webpack modules/index.js umd/react-broadcast.js', {
31
- NODE_ENV: 'production'
+ NODE_ENV: 'development'
32
})
33
34
console.log('\nBuilding react-broadcast.min.js ...')
0 commit comments