1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-14 23:33:22 +00:00

i18n placeholder support. 2fa options selection.

This commit is contained in:
Kyle Spearrin
2018-02-02 12:01:55 -05:00
parent fd15c09406
commit 3e408c4ea7
17 changed files with 254 additions and 30 deletions

View File

@@ -76,6 +76,7 @@ const renderer = {
},
{
test: /.(ttf|otf|eot|svg|woff(2)?)(\?[a-z0-9]+)?$/,
exclude: /loading.svg/,
use: [{
loader: 'file-loader',
options: {
@@ -95,7 +96,8 @@ const renderer = {
{
loader: 'sass-loader',
}
]
],
publicPath: '../'
})
},
]