Skip to content

Commit 5c5a28e

Browse files
fix(ui): Fix url-loader mangling glyphicon
Signed-off-by: Christoph Wurst <[email protected]>
1 parent 484605f commit 5c5a28e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: webpack.common.js

+1-9
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ module.exports = {
3939
name: '[name].[ext]?[hash]'
4040
}
4141
},
42-
{
43-
test: /\.(svg|woff|woff2|ttf|eot)$/i,
44-
use: [
45-
{
46-
loader: 'url-loader'
47-
}
48-
]
49-
}
5042
]
5143
},
5244
plugins: [
@@ -60,4 +52,4 @@ module.exports = {
6052
extensions: ['*', '.js', '.json'],
6153
symlinks: false
6254
}
63-
};
55+
};

0 commit comments

Comments
 (0)