1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

exclude loading.svg. filter glyphicons

This commit is contained in:
Kyle Spearrin
2017-11-10 08:29:40 -05:00
parent 49d49b79bf
commit 186b1aedcb
2 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ module.exports = {
},
{
test: /.(ttf|otf|eot|svg|woff(2)?)(\?[a-z0-9]+)?$/,
exclude: /loading.svg/,
use: [{
loader: 'file-loader',
options: {