We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not supported on older versions of node.
The text was updated successfully, but these errors were encountered:
Also in serve.js:
serve.js
handler(request, reply) {
should be
handler: function(request, reply) {
no?
I tried v0.6.2, changed all the backticks and this handler function, got the server to run, but got an error on on the client bundle.js not found.
bundle.js not found
Sorry, something went wrong.
I fixed a number of things in f07e39c
Can you try the changes and see if it works now?
Why aren't these being transpiled using babel?
Should be related to #54
Compiling everything now with Babel.
KyleAMathews
No branches or pull requests
Not supported on older versions of node.
The text was updated successfully, but these errors were encountered: