@webpack-blocks/postcss
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -25,3 +25,3 @@ /** | ||
exclude: Array.isArray(exclude) ? exclude : [ exclude ], | ||
loaders: [ 'postcss' ] | ||
loaders: [ 'postcss-loader' ] | ||
} | ||
@@ -28,0 +28,0 @@ ] |
{ | ||
"name": "@webpack-blocks/postcss", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Webpack block for PostCSS.", | ||
@@ -15,2 +15,4 @@ "main": "lib/index", | ||
}, | ||
"repository": "andywer/webpack-blocks", | ||
"bugs": "https://github.com/andywer/webpack-blocks/issues", | ||
"dependencies": { | ||
@@ -17,0 +19,0 @@ "postcss-loader": "^0.13.0" |
# Webpack blocks - PostCSS | ||
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
[![NPM Version](https://img.shields.io/npm/v/@webpack-blocks/postcss.svg)](https://www.npmjs.com/package/@webpack-blocks/postcss) | ||
@@ -5,0 +6,0 @@ This is the `postcss` block providing PostCSS configuration. |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2148
4
31