aboutsummaryrefslogtreecommitdiff
path: root/node_modules/postcss-loader/lib/options.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/postcss-loader/lib/options.json')
-rw-r--r--node_modules/postcss-loader/lib/options.json43
1 files changed, 0 insertions, 43 deletions
diff --git a/node_modules/postcss-loader/lib/options.json b/node_modules/postcss-loader/lib/options.json
deleted file mode 100644
index e4546157..00000000
--- a/node_modules/postcss-loader/lib/options.json
+++ /dev/null
@@ -1,43 +0,0 @@
-{
- "type": "object",
- "properties": {
- "config": {
- "type": "object",
- "properties": {
- "path": {
- "type": "string"
- },
- "ctx": {
- "type": "object"
- }
- },
- "additionalProperties": false
- },
- "exec": {
- "type": "boolean"
- },
- "ident": {
- "type": "string"
- },
- "parser": {
- "type": [ "string", "object" ]
- },
- "syntax": {
- "type": [ "string", "object" ]
- },
- "stringifier": {
- "type": [ "string", "object" ]
- },
- "plugins": {
- "anyOf": [
- { "type": "array" },
- { "type": "object" },
- { "instanceof": "Function" }
- ]
- },
- "sourceMap": {
- "type": [ "string", "boolean" ]
- }
- },
- "additionalProperties": true
-}