-
gatsby-plugin-react-svg插件的作用是将svg-react-loader集成到gatsby的Webpack配置中
资源介绍
gatsby-plugin-react-svg
将添加到gatsby Webpack配置中。
注意:如果配置无效,插件可以从内置的url-loader配置中删除SVG 。
安装
npm install --save gatsby-plugin-react-svg
如何使用
// In your gatsby-config.js
plugins: [
{
resolve : "gatsby-plugin-react-svg" ,
options : {
rule : {
include : / assets / // See below to configure properly
}
}
}
] ;
配置
rule插件选项可用于传递。 如果存在include或exclude选项,则svg-react-loader将