+ createSvgIconsPlugin+ 指定图标文件夹绝对路径NODE代码+ iconDirs pathresolveprocesscwd srcicons+ 改写成为react的用法
import React from 'react'; import { ReactComponent as IconName } from './icons/IconName.svg';
const App = () => { return (
{/* 使用图标 */}
);
};
export default App;
原文地址: https://www.cveoy.top/t/topic/iYZA 著作权归作者所有。请勿转载和采集!