Skip to content

Commit

Permalink
Use NODE_ENV=development in dev UMD build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jul 14, 2017
1 parent 852e994 commit b878d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exec('babel modules -d es --ignore __tests__', {
console.log('\nBuilding react-media.js ...')

exec('webpack modules/index.js umd/react-media.js', {
NODE_ENV: 'production'
NODE_ENV: 'development'
})

console.log('\nBuilding react-media.min.js ...')
Expand Down

0 comments on commit b878d4c

Please sign in to comment.