1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00

use terser and clean-css directly

create a sourcemap as well by default
This commit is contained in:
s2
2020-02-13 15:39:37 +01:00
parent db9b32db65
commit a4b62da0ba
535 changed files with 33708 additions and 63052 deletions

15
node_modules/source-map/package.json generated vendored
View File

@@ -1,5 +1,5 @@
{
"_from": "source-map@~0.6.1",
"_from": "source-map@~0.6.0",
"_id": "source-map@0.6.1",
"_inBundle": false,
"_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
@@ -8,24 +8,23 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "source-map@~0.6.1",
"raw": "source-map@~0.6.0",
"name": "source-map",
"escapedName": "source-map",
"rawSpec": "~0.6.1",
"rawSpec": "~0.6.0",
"saveSpec": null,
"fetchSpec": "~0.6.1"
"fetchSpec": "~0.6.0"
},
"_requiredBy": [
"/clean-css",
"/escodegen",
"/source-map-support",
"/terser",
"/uglify-js"
"/terser"
],
"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
"_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"_spec": "source-map@~0.6.1",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\escodegen",
"_spec": "source-map@~0.6.0",
"_where": "F:\\projects\\p\\minifyfromhtml\\node_modules\\clean-css",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"