Update package.json engines
to only support for Node.js v14+.
The vue-template-compiler
use new Function(("return " + exp))
to detect if js expression is valid.
So if Node.js env not support optional chaining syntax, compile will fail.
We can support Node.js version below 12, but it need a lot of work.
Details explanation: #29 (comment)