Vue Template Babel Compiler Versions Save

Enable Optional Chaining(?.), Nullish Coalescing(??) and many new ES syntax for Vue.js SFC based on Babel

v2.0.0

1 year ago

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: https://github.com/JuniorTour/vue-template-babel-compiler/issues/29#issuecomment-1005424023

v1.2.0

2 years ago

v1.1.3

2 years ago

v1.0.7

2 years ago

What's Changed

Full Changelog: https://github.com/JuniorTour/vue-template-babel-compiler/compare/v1.0.5...v1.0.7