Move material icons to external package
This commit is contained in:
@@ -20,6 +20,12 @@ module.exports = merge(common, {
|
||||
{
|
||||
test: /\.(png|jpg|gif)$/i,
|
||||
use: ["file-loader"]
|
||||
},
|
||||
{
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||
use: [
|
||||
'file-loader',
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user