Add support for i18n using lingui

This commit is contained in:
mabashian
2018-12-10 10:16:52 -05:00
parent e736cfab36
commit 356ad06d74
95 changed files with 3307 additions and 646 deletions

View File

@@ -97,5 +97,9 @@ module.exports = {
ws: true
}
]
},
// https://github.com/lingui/js-lingui/issues/408
node: {
fs: 'empty'
}
};