StatusActionBar: update icons
This commit is contained in:
@ -48,6 +48,21 @@ module.exports = [{
|
||||
generator: {
|
||||
dataUrl: content => svgToMiniDataURI(content.toString()),
|
||||
},
|
||||
}, {
|
||||
test: /\.svg$/,
|
||||
type: 'asset/inline',
|
||||
include: resolve('node_modules', 'bootstrap-icons'),
|
||||
generator: {
|
||||
dataUrl: content => svgToMiniDataURI(content.toString()),
|
||||
},
|
||||
}, {
|
||||
|
||||
test: /\.svg$/,
|
||||
type: 'asset/inline',
|
||||
include: resolve('node_modules', 'feather-icons'),
|
||||
generator: {
|
||||
dataUrl: content => svgToMiniDataURI(content.toString()),
|
||||
},
|
||||
}, {
|
||||
test: /\.svg$/,
|
||||
type: 'asset/inline',
|
||||
|
||||
Reference in New Issue
Block a user