Version
2.3.0
Reproduction link
https://github.com/JounQin/vue-hackernews-2.0/blob/async-await/src/store/actions.js
Steps to reproduce
remove L1 and L9
What is expected?
I've add 'regenerator-runtime/runtime' in client and server entry, which should register global.regeneratorRuntime already.
What is actually happening?
throw Error ReferenceError: regeneratorRuntime is not defined every time
It worked before vue-server-renderer 2.3.0