mdgriffith / elm-optimize-level-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Uncaught ReferenceError: Elm is not defined` with `--optimize-speed`

mihkell opened this issue · comments

When I run it with --optimize-speed JS will give me the following error in my HTML file: Uncaught ReferenceError: Elm is not defined
When I then remove the flag all works.

I think this should be resolved in the new version!