We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755360b commit 85a1ac3Copy full SHA for 85a1ac3
tasks/lib/uglify.js
@@ -50,7 +50,7 @@ exports.init = function(grunt) {
50
output: options.output || {},
51
parse: options.parse || {},
52
sourceMap: options.sourceMap,
53
- toplevel: options.topLevel,
+ toplevel: options.toplevel,
54
wrap: options.wrap
55
};
56
0 commit comments