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

10.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@egoist egoist released this 04 Apr 02:58
· 422 commits to master since this release

The first PUBLIC BETA release for Poi 10.

The new docs are here: https://github.com/egoist/poi/tree/x/docs (WIP)

Highlights:

  • Webpack 4. Y'all know that this is coming.
  • Simplified options. Some are removed, and some are renamed.
  • Presets are now Plugins, and the official ones are published under @poi org on npm, eg: @poi/plugin-storybook
  • No plugin is required for React, however you do need a custom .babelrc file for adding HMR support with react-hot-loader.
  • Automatically load .env.{process.env.NODE_ENV} file.
  • ...

Note that new packages are published under next tag on npm, which means you can install Poi 10 by:

yarn add poi@next --dev