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 a2d3d8f commit 0bbb515Copy full SHA for 0bbb515
scripts/build-examples
@@ -2,7 +2,7 @@
2
BROWSERIFY="node_modules/.bin/browserify --debug --detect-globals false"
3
BUNDLE_EXAMPLE="$BROWSERIFY -t reactify -x react -x react/lib/ReactCSSTransitionGroup -x when -x react-router"
4
5
-$BROWSERIFY -t envify -r react -r react/lib/ReactCSSTransitionGroup -r when -r ./modules:react-router > examples/global-bundle.js
+NODE_ENV=development $BROWSERIFY -t envify -r react -r react/lib/ReactCSSTransitionGroup -r when -r ./modules:react-router > examples/global-bundle.js
6
7
$BUNDLE_EXAMPLE examples/animations/app.js > examples/animations/app-bundle.js
8
$BUNDLE_EXAMPLE examples/auth-flow/app.js > examples/auth-flow/app-bundle.js
0 commit comments