mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Fix next config.
This commit is contained in:
parent
324d31cfcc
commit
d1e5ab9e07
1 changed files with 1 additions and 3 deletions
|
|
@ -10,9 +10,7 @@ module.exports = {
|
|||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/,
|
||||
issuer: {
|
||||
test: /\.js$/,
|
||||
},
|
||||
issuer: /\.js$/,
|
||||
use: ['@svgr/webpack'],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue