This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
v9.5.2
New features:
Added --component
flag to make bundling components in CommonJS or UMD format even easier. (doc)
Basically:
poi build --component
is equivalent topoi build --format cjs --no-html --no-sourceMap
poi build --component Vuex
is equivalent topoi build --format umd --module-name Vuex --no-html --no-sourceMap
--no-clear
is only needed for the screenshot to prevent from clearing console logs.