-
gatsby-plugin-astroturf是一款用于在Gatsby项目中应用astroturf进行样式配置的插件
资源介绍
Gatsby的astroturf插件
该插件修改了Gatsby的webpack配置,以支持 。
安装插件和astroturf:
yarn add gatsby-plugin-astroturf astroturf
将其添加到gatsby-config.js插件中:
plugins: [
'gatsby-plugin-astroturf' ,
]
您还可以将传递给astroturf的webpack加载器:
plugins: [
{
resolve : 'gatsby-plugin-astroturf' ,
// defaults:
options : {
tagName : 'css' ,
styledTag : 'styled' ,
extension : '.module.css' ,
} ,
}