1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-12 16:24:00 +02:00

integrate lingui for i18n. fixes #170

This commit is contained in:
Kushagra Gour
2018-11-03 12:42:21 +05:30
parent 5501195651
commit a6681c8943
6 changed files with 603 additions and 246 deletions

View File

@@ -1,9 +1,8 @@
{
"env": {
"test": {
"presets": [
["preact-cli/babel", { "modules": "commonjs" }]
]
}
}
"presets": ["preact-cli/babel"],
"env": {
"test": {
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]
}
}
}