Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit b356f74

Browse files
SuperManEverjoshwiens
authored andcommitted
chore(package): update uglify-es v3.2.0...v3.2.1 (#190)
* updated 'uglify-es' version * updated test snapshot
1 parent 91613d0 commit b356f74

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"serialize-javascript": "^1.4.0",
3636
"schema-utils": "^0.3.0",
3737
"source-map": "^0.6.1",
38-
"uglify-es": "^3.2.0",
38+
"uglify-es": "^3.2.1",
3939
"webpack-sources": "^1.0.1",
4040
"worker-farm": "^1.4.1"
4141
},

Diff for: test/__snapshots__/ecma.test.js.snap

+2-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ exports[`ecma 6: errors 1`] = `Array []`;
106106

107107
exports[`ecma 6: main.js 1`] = `
108108
"webpackJsonp([ 0 ], [ function(module, exports) {
109-
class Mortgage {
109+
module.exports = class {
110110
constructor(principal, years, rate) {
111111
this.principal = principal, this.years = years, this.rate = rate;
112112
}
@@ -130,8 +130,7 @@ exports[`ecma 6: main.js 1`] = `
130130
}
131131
return amortization;
132132
}
133-
}
134-
module.exports = Mortgage;
133+
};
135134
} ], [ 0 ]);"
136135
`;
137136

0 commit comments

Comments
 (0)