mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +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,
|
||||
objectUpdate: false,
|
||||
unusedValues: false,
|
||||
replaceListFunctions: false,
|
||||
replaceListFunctions: true,
|
||||
replaceStringFunctions: false,
|
||||
recordUpdates: o3Enabled,
|
||||
v8Analysis: false,
|
||||
|
Loading…
Reference in New Issue
Block a user