Skip to content

Commit 66896b3

Browse files
author
vpanov
committed
removes obsolete comment
1 parent 92ae0be commit 66896b3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Diff for: index.js

-5
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ function extractImportedBlocksRecursive(styles, options) {
131131
var contextPath = path.resolve(process.cwd(), options.context);
132132
var tempFolderPath = path.resolve(process.cwd(), options.tempPath);
133133

134-
// TODO: clear temp directory on new build?
135-
// FIXME: this can cause problems when we have multiple entry points
136-
// var tempPath = path.resolve(process.cwd(), options.tempPath);
137-
// fs.emptyDirSync(tempPath);
138-
139134
styles.nodes.forEach(function(node, index) {
140135
if (node.type === 'comment') return;
141136

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-reexport",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)