1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +00:00

i18n service and helpers

This commit is contained in:
Kyle Spearrin
2018-01-24 14:59:03 -05:00
parent 0e33ad9b0b
commit 2ab23c2c9e
9 changed files with 124 additions and 14 deletions

View File

@@ -57,6 +57,7 @@ const main = {
new CopyWebpackPlugin([
'./src/package.json',
{ from: './src/images', to: 'images' },
{ from: './src/_locales', to: '_locales' },
]),
],
externals: [nodeExternals()]