Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Shubham Verma 2021-07-17 09:40:55 +05:30
commit 6b3efe52d7
28 changed files with 959 additions and 569 deletions

View file

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