From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- .../terser-webpack-plugin/dist/options.json | 169 --------------------- 1 file changed, 169 deletions(-) delete mode 100644 node_modules/terser-webpack-plugin/dist/options.json (limited to 'node_modules/terser-webpack-plugin/dist/options.json') diff --git a/node_modules/terser-webpack-plugin/dist/options.json b/node_modules/terser-webpack-plugin/dist/options.json deleted file mode 100644 index f937c2d..0000000 --- a/node_modules/terser-webpack-plugin/dist/options.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "additionalProperties": false, - "definitions": { - "file-conditions": { - "anyOf": [ - { - "instanceof": "RegExp" - }, - { - "type": "string" - } - ] - } - }, - "properties": { - "test": { - "anyOf": [ - { - "$ref": "#/definitions/file-conditions" - }, - { - "items": { - "anyOf": [ - { - "$ref": "#/definitions/file-conditions" - } - ] - }, - "type": "array" - } - ] - }, - "include": { - "anyOf": [ - { - "$ref": "#/definitions/file-conditions" - }, - { - "items": { - "anyOf": [ - { - "$ref": "#/definitions/file-conditions" - } - ] - }, - "type": "array" - } - ] - }, - "exclude": { - "anyOf": [ - { - "$ref": "#/definitions/file-conditions" - }, - { - "items": { - "anyOf": [ - { - "$ref": "#/definitions/file-conditions" - } - ] - }, - "type": "array" - } - ] - }, - "chunkFilter": { - "instanceof": "Function" - }, - "cache": { - "anyOf": [ - { - "type": "boolean" - }, - { - "type": "string" - } - ] - }, - "cacheKeys": { - "instanceof": "Function" - }, - "parallel": { - "anyOf": [ - { - "type": "boolean" - }, - { - "type": "integer" - } - ] - }, - "sourceMap": { - "type": "boolean" - }, - "minify": { - "instanceof": "Function" - }, - "terserOptions": { - "additionalProperties": true, - "type": "object" - }, - "extractComments": { - "anyOf": [ - { - "type": "boolean" - }, - { - "type": "string" - }, - { - "instanceof": "RegExp" - }, - { - "instanceof": "Function" - }, - { - "additionalProperties": false, - "properties": { - "condition": { - "anyOf": [ - { - "type": "boolean" - }, - { - "type": "string" - }, - { - "instanceof": "RegExp" - }, - { - "instanceof": "Function" - } - ] - }, - "filename": { - "anyOf": [ - { - "type": "string" - }, - { - "instanceof": "Function" - } - ] - }, - "banner": { - "anyOf": [ - { - "type": "boolean" - }, - { - "type": "string" - }, - { - "instanceof": "Function" - } - ] - } - }, - "type": "object" - } - ] - }, - "warningsFilter": { - "instanceof": "Function" - } - }, - "type": "object" -} -- cgit v1.2.3