Skip to content
Merged
Next Next commit
add react-intl to webpack & package.json
  • Loading branch information
JasonYCHuang committed Jan 13, 2017
commit 5e75d3cd0a71f156b388e6d038f722a3dfc57b8c
30 changes: 30 additions & 0 deletions client/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"file-loader": "^0.9.0",
"immutable": "^3.8.1",
"imports-loader": "^0.6.5",
"intl": "^1.2.5",
"jquery": "^3.1.1",
"jquery-ujs": "^1.2.2",
"loader-utils": "^0.2.16",
Expand All @@ -74,6 +75,7 @@
"react-addons-css-transition-group": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.1",
"react-intl": "^2.2.2",
"react-on-rails": "^6.2.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
Expand Down
1 change: 1 addition & 0 deletions client/webpack.client.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
'react-on-rails',
'react-router-redux',
'redux-thunk',
'react-intl',
],

// This will contain the app entry points defined by webpack.hot.config and webpack.rails.config
Expand Down