mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Let build.js handle the "use strict" directive and not minify.js.
Former-commit-id: 741eb692b158e22aa688d6dac1b63fc2787cc426
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
/** Closure Compiler command-line options */
|
/** Closure Compiler command-line options */
|
||||||
var closureOptions = [
|
var closureOptions = [
|
||||||
'--compilation_level=ADVANCED_OPTIMIZATIONS',
|
'--compilation_level=ADVANCED_OPTIMIZATIONS',
|
||||||
'--language_in=ECMASCRIPT5_STRICT',
|
|
||||||
'--warning_level=QUIET'
|
'--warning_level=QUIET'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user