svg-sprite-loader icon indicating copy to clipboard operation
svg-sprite-loader copied to clipboard

In webpack4, 5, the same configuration, the packaging structure is different, resulting in SVG rendering is not out

Open codcer opened this issue 4 years ago • 2 comments

image image image

code:

<div className={styles.qoq}>
    <span className={styles.qoqOrYoy}>Up</span>
    <SvgIcon className={styles.icon} iconName={funToUseWhichIcon(qoq)} />
    <span className={styles.per}>{resolveStringData(qoq) || '/'}</span>
 </div>

svg is not out

codcer avatar Mar 17 '21 06:03 codcer

maybe you should ignore webpack5 default type image

xyxiao001 avatar Nov 23 '21 09:11 xyxiao001

maybe you should ignore webpack5 default type image

6666

zy1281539626 avatar May 13 '22 01:05 zy1281539626