Open iteles opened 5 years ago
According to documentation (or you can use: elm make --help
) the --optimize
switch does at least two things:
So how much --optimize
is beneficial differs form app to app and needs extra benchmarking on app for a precise measure.
I have seen some production Elm apps still 'compiling in dev mode', presumably either because this was forgotten or because someone is still working actively on them.
How does this affect performance if at all? Does it have any negative effects in production?