提交 a5a45741 编写于 作者: fxy060608's avatar fxy060608

chore: add comment

上级 a25f90ad
......@@ -56,6 +56,7 @@ function webpackImporter(resourcePath, resolve, addNormalizedDependency) {
// Add the resolvedFilename as dependency. Although we're also using stats.includedFiles, this might come
// in handy when an error occurs. In this case, we don't get stats.includedFiles from node-sass.
addNormalizedDependency(resolvedFile);
// fixed by xxxxxx
const file = resolvedFile.replace(matchCss, '')
if (fs.existsSync(file)) {
const contents = fs.readFileSync(file, 'utf8')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册