mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 10:05:36 +01: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) {
|
webpack(config) {
|
||||||
config.module.rules.push({
|
config.module.rules.push({
|
||||||
test: /\.svg$/,
|
test: /\.svg$/,
|
||||||
issuer: {
|
issuer: /\.js$/,
|
||||||
test: /\.js$/,
|
|
||||||
},
|
|
||||||
use: ['@svgr/webpack'],
|
use: ['@svgr/webpack'],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue