mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Update uglify options to disable negate_iffe.
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'compress': {
|
'compress': {
|
||||||
|
'negate_iife': false,
|
||||||
'pure_getters': true,
|
'pure_getters': true,
|
||||||
'unsafe': true,
|
'unsafe': true,
|
||||||
'warnings': false
|
'warnings': false
|
||||||
|
|||||||
Reference in New Issue
Block a user