...
|
...
|
@@ -64,7 +64,7 @@ const postcssPlugin = (et) => { |
|
|
let group = file.url.split('/')[1];
|
|
|
let entry = path.basename(file.styleFilePath, '.css');
|
|
|
|
|
|
console.log(file.styleFilePath)
|
|
|
console.log(file.styleFilePath);
|
|
|
|
|
|
file.retina = true;
|
|
|
file.radio = 2;
|
...
|
...
|
|