Prerequisite: 1, git clone https://github.com/arthurchenn/markoissue728 2, cd markoissue728 3, npm install
How to reproduce the problem:
- remove the comment tags enclosing <await> tag from file src/pages/home/public.marko
- webpack
- cd target/markoissue728
- node ./server.js
you should see the error.
How to fix the problem:
- comment out <await> tag from file src/pages/home/public.marko
- webpack
- cd target/markoissue728
- node ./server.js
you can now browse to http://localhost:3000, see the hello world page.