Gatsby.js css:" undefined [undefined]"

时间:2018-03-29 08:35:01

标签: postcss gatsby

使用 gatsby-starter-default 构建,运行gatbsy develop,构建显示以下输出:

src/layouts/index.css
undefined [undefined]

src/components/Footer/index.module.css
undefined [undefined]

这是什么意思?构建似乎已成功。唯一的线索就是这两个css文件@import一个variables.css文件,它使用自定义的css属性,如:root { --blah-color: #ff3333; }。所以这似乎是问题,但失败/打印未定义的过程是什么?

1 个答案:

答案 0 :(得分:0)

我在这里找到答案:https://github.com/gatsbyjs/gatsby/issues/2462

引用相关位:

  gatsby使用的postcss-reporter版本有一个小问题   为* .module.css中的每个@import打印出未定义的[undefined]   文件

印刷的信息令人讨厌但无害。