-
Notifications
You must be signed in to change notification settings - Fork 5
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
Switch to elm-live to add Apple Silicon M1 support 🤘🏿 #10
Conversation
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.
Looks good! Why remove the yarn.lock though? 🤔
Haha! It's not removed. It just became smaller. This is exactly how simpler the |
I cannot merge it because I have no write access, so please do it yourself. |
Wow, incredible in deed! 🤯 |
@@ -4,14 +4,14 @@ | |||
"description": "Elm client example for our mu-haskell GraphQL server!", | |||
"scripts": { | |||
"codegen": "elm-graphql --schema-file ../library.graphql --base LibraryApi --output src", | |||
"start": "elm-app start" | |||
"start": "elm-live src/Main.elm --dir=public --open --host=0.0.0.0 --port=8080 --pushstate --start-page=index.html -- --output=public/bundle.js" |
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.
Even though the dependencies are much less heavy and the package is better maintained... this line here is terrible DX in my opinion 🤣 Why not make all those arguments the default!? 🤔
Thanks again for the contribution! 🙌🏻 |
create-elm-app
is maintained poorly in comparison toelm-live
.I think it's a good switch.
But most importantly, I need these changes so that I could work on #8