Skip to content

Commit 82a2918

Browse files
committed
Frontend: add i18n-js to webpack
1 parent 55d0d5b commit 82a2918

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"expose-loader": "^0.7.1",
6262
"extract-text-webpack-plugin": "^1.0.1",
6363
"file-loader": "^0.9.0",
64+
"i18n-js": "http://github.com/fnando/i18n-js/archive/v3.0.0.rc12.tar.gz",
6465
"immutable": "^3.8.1",
6566
"imports-loader": "^0.6.5",
6667
"jquery": "^3.1.0",

client/webpack.client.base.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
'react-on-rails',
3737
'react-router-redux',
3838
'redux-thunk',
39+
'i18n-js',
3940
],
4041

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

0 commit comments

Comments
 (0)