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

v9.5.2

Compare
Choose a tag to compare
@egoist egoist released this 15 Nov 14:45
· 422 commits to master since this release

New features:

Added --component flag to make bundling components in CommonJS or UMD format even easier. (doc)

Basically:

  • poi build --component is equivalent to poi build --format cjs --no-html --no-sourceMap
  • poi build --component Vuex is equivalent to poi build --format umd --module-name Vuex --no-html --no-sourceMap

2017-11-15 10 38 59


--no-clear is only needed for the screenshot to prevent from clearing console logs.