Showing
1 changed file
with
1 additions
and
1 deletions
@@ -64,7 +64,7 @@ const postcssPlugin = (et) => { | @@ -64,7 +64,7 @@ const postcssPlugin = (et) => { | ||
64 | let group = file.url.split('/')[1]; | 64 | let group = file.url.split('/')[1]; |
65 | let entry = path.basename(file.styleFilePath, '.css'); | 65 | let entry = path.basename(file.styleFilePath, '.css'); |
66 | 66 | ||
67 | - console.log(file.styleFilePath) | 67 | + console.log(file.styleFilePath); |
68 | 68 | ||
69 | file.retina = true; | 69 | file.retina = true; |
70 | file.radio = 2; | 70 | file.radio = 2; |
-
Please register or login to post a comment