summaryrefslogtreecommitdiffstats
path: root/node_modules/style-loader/options.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/style-loader/options.json')
-rw-r--r--node_modules/style-loader/options.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/node_modules/style-loader/options.json b/node_modules/style-loader/options.json
deleted file mode 100644
index f5b445c..0000000
--- a/node_modules/style-loader/options.json
+++ /dev/null
@@ -1,37 +0,0 @@
-
-{
- "type": "object",
- "properties": {
- "hmr": {
- "type": "boolean"
- },
- "base": {
- "type": "number"
- },
- "attrs": {
- "type": "object"
- },
- "insertAt": {
- "type": ["string", "object"]
- },
- "insertInto": {
- "anyOf": [
- { "type": "string" },
- { "instanceof": "Function" }
- ]
- },
- "transform": {
- "type": "string"
- },
- "singleton": {
- "type": "boolean"
- },
- "sourceMap": {
- "type": "boolean"
- },
- "convertToAbsoluteUrls": {
- "type": "boolean"
- }
- },
- "additionalProperties": false
-}