mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
6b3efe52d7
28 changed files with 959 additions and 569 deletions
|
|
@ -9,9 +9,7 @@ module.exports = {
|
|||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
issuer: {
|
||||
test: /\.js$/,
|
||||
},
|
||||
issuer: /\.js$/,
|
||||
use: ['@svgr/webpack'],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue