We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ac841 commit c38bea6Copy full SHA for c38bea6
packages/plugin-minify/lib/merge-variables/index.js
@@ -59,7 +59,6 @@ export const traverse = ({push, uplist}) => ({
59
60
const prev = path.parentPath.getPrevSibling();
61
62
- //if (prev.node && !prev.isVariableDeclaration()) {
63
if (!prev.isVariableDeclaration()) {
64
vars.splice(index, 1);
65
continue;
0 commit comments