pcss-loader
Advanced tools
Comparing version 0.0.8 to 0.0.9
19
index.js
@@ -63,9 +63,10 @@ /** | ||
// Default value for a large coverage | ||
browsers: 'cover 100%' | ||
} | ||
) | ||
browsers: 'cover 100%', | ||
}, | ||
), | ||
]; | ||
// Optional minification ; recommended for production | ||
// https://github.com/cssnano/cssnano | ||
if (options.minified) plugins = [...plugins, require('cssnano')]; | ||
if (options.minified) | ||
plugins = [...plugins, require('cssnano')({ zindex: false })]; | ||
@@ -86,4 +87,4 @@ // If the user has selected custom plugins | ||
{ | ||
from: undefined | ||
} | ||
from: undefined, | ||
}, | ||
) | ||
@@ -98,4 +99,4 @@ .then(result => | ||
styles: \`${result.css}\` | ||
}` | ||
) | ||
}`, | ||
), | ||
) | ||
@@ -122,5 +123,5 @@ .catch(error => { | ||
column: '${error.column}', | ||
} }` | ||
} }`, | ||
); | ||
}); | ||
}; |
{ | ||
"name": "pcss-loader", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Webpack loader for pcss files", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9283
6
115