1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

fixes for duo

This commit is contained in:
Kyle Spearrin
2018-06-11 12:58:56 -04:00
parent ba6451856a
commit d16f599db9
3 changed files with 16 additions and 6 deletions

View File

@@ -38,15 +38,14 @@ const moduleRules = [
},
{
test: /\.(jpe?g|png|gif|svg)$/i,
exclude: /.*(fontawesome-webfont|glyphicons-halflings-regular)\.svg/,
exclude: /.*(fontawesome-webfont)\.svg/,
use: [{
loader: 'file-loader',
options: {
name: '[name].[ext]',
outputPath: 'images/',
publicPath: './images/',
},
}],
}
}]
},
{
test: /\.scss$/,