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 02f63c0 commit 9804a78Copy full SHA for 9804a78
scripts/build
@@ -2,3 +2,6 @@
2
mkdir -p dist
3
NODE_ENV=production node_modules/.bin/browserify modules/index.js -t browserify-shim -t envify --detect-globals false -s ReactRouter > dist/react-router.js
4
node_modules/.bin/uglifyjs dist/react-router.js --compress warnings=false > dist/react-router.min.js
5
+echo "gzipped, the global build is:"
6
+echo "`gzip -c dist/react-router.min.js | wc -c` bytes"
7
+
0 commit comments