mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 03:17:49 +00:00
Remove unsafe_comps uglify option to fix minified builds.
This commit is contained in:
@@ -10,7 +10,6 @@ module.exports = {
|
|||||||
'compress': {
|
'compress': {
|
||||||
'pure_getters': true,
|
'pure_getters': true,
|
||||||
'unsafe': true,
|
'unsafe': true,
|
||||||
'unsafe_comps': true,
|
|
||||||
'warnings': false
|
'warnings': false
|
||||||
},
|
},
|
||||||
'mangle': {
|
'mangle': {
|
||||||
|
|||||||
Reference in New Issue
Block a user