Skip to content

Commit 9f30e3a

Browse files
committed
Update ttag process
1 parent 2b8bc6c commit 9f30e3a

File tree

3 files changed

+3965
-485
lines changed

3 files changed

+3965
-485
lines changed

.babelrc

-13
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,4 @@
1616
"plugins": [
1717
"babel-plugin-styled-components"
1818
],
19-
"env": {
20-
"ttag": {
21-
// ttag plugin has its own environment to not conflict
22-
// with `babel-env` transpilation:
23-
//
24-
// https://github.com/ttag-org/babel-plugin-ttag/issues/138
25-
"plugins": [["ttag", {
26-
"extract": {
27-
"output": "public/i18n/translations.pot"
28-
}
29-
}]]
30-
}
31-
}
3219
}

0 commit comments

Comments
 (0)