Updated login form.

This commit is contained in:
Mike Cao 2022-11-28 11:14:24 -08:00
parent 502facd426
commit fe01574b16
5 changed files with 15 additions and 18 deletions

View file

@ -49,7 +49,7 @@ module.exports = {
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
issuer: /\.js$/,
issuer: /\.{js|jsx|ts|tsx}$/,
use: ['@svgr/webpack'],
});