This repository was archived by the owner on Dec 6, 2021. It is now read-only.
v9.5.0
New features:
We now have a new default babel preset: babel-preset-poi to replace babel-preset-vue-app:
jsxoption, it's set tovueby default but you can switch to React JSX byjsx: 'react', or any JSX pragma like:jsx: 'h'in Poi config file, CLI flag like:poi --jsx reactworks too- babel-macros by @kentcdodds