1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-25 12:43:12 +00:00

switch to webpack

This commit is contained in:
Kyle Spearrin
2018-05-14 23:16:59 -04:00
parent 55ebf3ac64
commit ec049edfdf
9 changed files with 4319 additions and 58 deletions

View File

@@ -13,7 +13,7 @@ export class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en'
'en',
];
}
}