mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
use terser and clean-css directly
create a sourcemap as well by default
This commit is contained in:
2
node_modules/symbol-tree/lib/SymbolTree.js
generated
vendored
2
node_modules/symbol-tree/lib/SymbolTree.js
generated
vendored
@@ -669,6 +669,8 @@ class SymbolTree {
|
||||
removeNode.parent = null;
|
||||
removeNode.previousSibling = null;
|
||||
removeNode.nextSibling = null;
|
||||
removeNode.cachedIndex = -1;
|
||||
removeNode.cachedIndexVersion = NaN;
|
||||
|
||||
if (parentNode) {
|
||||
parentNode.childrenChanged();
|
||||
|
Reference in New Issue
Block a user