1 parent 7cfdf70 commit 8b73b77Copy full SHA for 8b73b77
1 file changed
index.js
@@ -43,10 +43,10 @@ module.exports = () => {
43
44
replacement = readFileSync(resolvedPath, "utf8");
45
result.messages.push({
46
- type: "dependency",
47
- plugin: "postcss-nested-import",
48
file: resolvedPath,
49
parent: result.opts.from,
+ plugin: "postcss-nested-import",
+ type: "dependency"
50
});
51
} catch (error) {
52
throw node.error(`error reading file:\n${id}`);
0 commit comments