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