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

styling login page

This commit is contained in:
Kyle Spearrin
2018-01-30 17:24:02 -05:00
parent 3a067858f1
commit 0be7f9f8eb
13 changed files with 173 additions and 13 deletions

View File

@@ -34,6 +34,17 @@ const common = {
use: 'ts-loader',
exclude: /node_modules\/(?!(@bitwarden)\/).*/
},
{
test: /\.(jpe?g|png|gif|svg)$/i,
exclude: /.*(fontawesome-webfont)\.svg/,
use: [{
loader: 'file-loader',
options: {
name: '[name].[ext]',
outputPath: 'images/',
}
}]
}
]
},
plugins: [],