Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

v9.5.0

Choose a tag to compare

@egoist egoist released this 03 Nov 05:36
· 422 commits to master since this release

New features:

We now have a new default babel preset: babel-preset-poi to replace babel-preset-vue-app:

  • jsx option, it's set to vue by default but you can switch to React JSX by jsx: 'react', or any JSX pragma like: jsx: 'h' in Poi config file, CLI flag like: poi --jsx react works too
  • babel-macros by @kentcdodds