Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix embed code in examples #157

Closed

Conversation

RaniSputnik
Copy link

Fixes #149

Found this was a problem in each of the examples I tested.

I explored modifying the parameters sent to elm make to see if there was a way to compile a Elm module as a library (so that we could write var Elm = require('./src/Main.elm') rather than having to use a property of the import var Elm = require('./src/Main.elm').Elm), but I was unable to find any such option.

@adamchalmers
Copy link

I'd love to see this get merged. The current examples are broken for Elm 0.19, and if this project supports 0.19 its examples should be up-to-date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested Elm variable when using webpack2
3 participants