mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-29 12:46:32 +03:00
whoops, forgot to enable list replacements
This commit is contained in:
parent
c23fb82056
commit
c5651cc40c
@ -110,7 +110,7 @@ export function toolDefaults(o3Enabled: boolean, replacements: { string: string
|
|||||||
shorthandObjectLiterals: false,
|
shorthandObjectLiterals: false,
|
||||||
objectUpdate: false,
|
objectUpdate: false,
|
||||||
unusedValues: false,
|
unusedValues: false,
|
||||||
replaceListFunctions: false,
|
replaceListFunctions: true,
|
||||||
replaceStringFunctions: false,
|
replaceStringFunctions: false,
|
||||||
recordUpdates: o3Enabled,
|
recordUpdates: o3Enabled,
|
||||||
v8Analysis: false,
|
v8Analysis: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user