1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-03 12:20:04 +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

14
node_modules/terser/package.json generated vendored
View File

@@ -1,5 +1,5 @@
{
"_from": "terser@^4.0.0",
"_from": "terser@^4.6.3",
"_id": "terser@4.6.3",
"_inBundle": false,
"_integrity": "sha512-Lw+ieAXmY69d09IIc/yqeBqXpEQIpDGZqT34ui1QWXIUpR2RjbqEkT8X7Lgex19hslSqcWM5iMN2kM11eMsESQ==",
@@ -8,20 +8,20 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "terser@^4.0.0",
"raw": "terser@^4.6.3",
"name": "terser",
"escapedName": "terser",
"rawSpec": "^4.0.0",
"rawSpec": "^4.6.3",
"saveSpec": null,
"fetchSpec": "^4.0.0"
"fetchSpec": "^4.6.3"
},
"_requiredBy": [
"/minify"
"/"
],
"_resolved": "https://registry.npmjs.org/terser/-/terser-4.6.3.tgz",
"_shasum": "e33aa42461ced5238d352d2df2a67f21921f8d87",
"_spec": "terser@^4.0.0",
"_where": "/home/s2/Code/minifyfromhtml/node_modules/minify",
"_spec": "terser@^4.6.3",
"_where": "F:\\projects\\p\\minifyfromhtml",
"author": {
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",