1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

Whoops, remove svgr attempt

This commit is contained in:
Jean Ouina 2020-05-26 16:18:57 +02:00
parent c4cd7bcb9c
commit fc6b751b1b

View File

@ -49,10 +49,6 @@ module.exports = {
}
}], "@babel/react"]
}
},
{
test: /\.svg$/,
use: ['@svgr/webpack'],
}
]
},