File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 50
50
},
51
51
"browserify" : {
52
52
"transform" : [
53
- " browserify-shim"
53
+ " browserify-shim" ,
54
+ " envify"
54
55
]
55
56
},
56
57
"browserify-shim" : {
Original file line number Diff line number Diff line change 2
2
BROWSERIFY=" node_modules/.bin/browserify"
3
3
VERSION=` node -p " require('./package').version" `
4
4
5
- NODE_ENV=production $BROWSERIFY modules/main.js --detect-globals false -t envify > build/react-nested-router-$VERSION .js
6
- NODE_ENV=production $BROWSERIFY modules/main.js --detect-globals false -t envify | uglifyjs --compress warnings=false > build/react-nested-router-$VERSION .min.js
5
+ NODE_ENV=production $BROWSERIFY modules/main.js --detect-globals false > build/react-nested-router-$VERSION .js
6
+ NODE_ENV=production $BROWSERIFY modules/main.js --detect-globals false | uglifyjs --compress warnings=false > build/react-nested-router-$VERSION .min.js
You can’t perform that action at this time.
0 commit comments