Beta testing elm-pages CLI migration #642
Replies: 2 comments 2 replies
-
I have a mid-size Graphql schema provided by Hasura for a live web app. I have just tested with the beta version and it works like a charm: it generates the exact same code without any issues and the NPM security alert is gone. 👍 |
Beta Was this translation helpful? Give feedback.
-
We’ve been using this version without any particular issues for about a month. It fixes a compatibility problem with the latest version of async-graphql, which changed the MIME type of the response to the introspection query (the current stable version is not compatible and throws an error). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I published a beta version of the
elm-pages
NPM package that migrates off of an old outdated Parcel bundling setup over to anelm-pages
script setup (PR #641). This sets us up for easier maintainability with more things in Elm, as well as some optimizations and modernizations that come along for free.I'm looking for feedback from existing users to give this a runthrough on their existing elm-graphql codebases. Please let me know if you give it a try and everything succeeds (or if you run into problems!).
You can set it up using
npm i --save-dev @dillonkearns/elm-graphql@beta
.Beta Was this translation helpful? Give feedback.
All reactions