Upgraded react to 0.14.3

also add production globals to webpack config to reduce bundle size
This commit is contained in:
David Kaltschmidt
2015-11-19 18:19:39 +01:00
parent 03c3bf292d
commit c723978ec5
3 changed files with 8 additions and 7 deletions
+5 -5
View File
@@ -17,11 +17,11 @@
"lodash": "~3.10.1",
"materialize-css": "0.97.2",
"page": "1.6.4",
"react": "0.14.2",
"react-addons-pure-render-mixin": "0.14.2",
"react-addons-transition-group": "0.14.2",
"react-addons-update": "0.14.2",
"react-dom": "0.14.2",
"react": "0.14.3",
"react-addons-pure-render-mixin": "0.14.3",
"react-addons-transition-group": "0.14.3",
"react-addons-update": "0.14.3",
"react-dom": "0.14.3",
"react-motion": "0.3.1",
"reqwest": "~2.0.5",
"timely": "0.1.0"
+2 -1
View File
@@ -3,7 +3,8 @@ var autoprefixer = require('autoprefixer');
var path = require('path');
var GLOBALS = {
__WS_URL__: 'false'
__WS_URL__: 'false',
'process.env': {NODE_ENV: '"production"'}
};
/**