🌐 AI搜索 & 代理 主页
Skip to content

Commit 09684ba

Browse files
committed
Build: Seasonal update of uglify and its options
raw gz Compared to last run = = dist/jquery.js -294 -88 dist/jquery.min.js Closes gh-3994
1 parent 4a2bcc2 commit 09684ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ module.exports = function( grunt ) {
259259
banner: "/*! jQuery v<%= pkg.version %> | " +
260260
"(c) JS Foundation and other contributors | jquery.org/license */",
261261
compress: {
262+
"pure_getters": true,
262263
"hoist_funs": false,
263264
loops: false,
264-
unused: false,
265265

266266
// Support: IE <11
267267
// typeofs transformation is unsafe for IE9-10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"sizzle": "2.3.3",
6464
"strip-json-comments": "2.0.1",
6565
"testswarm": "1.1.0",
66-
"uglify-js": "3.3.4"
66+
"uglify-js": "3.3.12"
6767
},
6868
"scripts": {
6969
"build": "npm install && grunt",

0 commit comments

Comments
 (0)