-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Update for Elm 0.19 #60
Conversation
2517094
to
ba1f68e
Compare
@xtian thank you so much for the PR! That's awesome that you did this! I am also going to rename the package to |
package.json
Outdated
"elm-live": "^2.7.5", | ||
"elm-webpack-loader": "^4.3.1", | ||
"elm-test": "^0.18.12", | ||
"elm-webpack-loader": "git+ssh://[email protected]/xtian/elm-webpack-loader.git#0.19", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0241578
to
a3f5d0c
Compare
f103928
to
6608903
Compare
@dillonkearns Got everything compiling, but there are test failures now. I can dig into them in a little bit. |
0205a17
to
f099709
Compare
1ef0a00
to
02f61a4
Compare
ea8bf97
to
a81f0dd
Compare
The elm-community packages aren't updated for 0.19 yet, so I wasn't able to resolve all the compiler errors (and since I couldn't compile, I wasn't able to build the generated code), but I made as much progress as I could. Hope this is useful! :)