登录 注册
当前位置:主页 > 资源下载 > 9 > gatsby-plugin-astroturf是一款用于在Gatsby项目中应用astroturf进行样式配置的插件

gatsby-plugin-astroturf是一款用于在Gatsby项目中应用astroturf进行样式配置的插件

  • 更新:2024-10-24 12:27:32
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:Webpack - 前端
  • 格式:ZIP

资源介绍

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' , } , }