Skip to content

Commit

Permalink
More Webpack fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Ross committed Feb 10, 2016
1 parent a2df4c9 commit e274a1b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"license": "ISC",
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-cli": "^6.5.1",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-gettext-extractor": "git://github.com/Cadasta/babel-gettext-extractor.git",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
Expand Down Expand Up @@ -53,6 +55,18 @@
"presets": [
"es2015",
"react"
],
"plugins": [
[
"babel-gettext-extractor", {
"functionNames": {
"t": ["msgid"],
"tn": ["msgid", "msgid_plural", "count"],
"tct": ["msgid"]
},
"baseDirectory": "."
}
]
]
},
"dependencies": {
Expand Down

0 comments on commit e274a1b

Please sign in to comment.