This repository was 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 --componentis equivalent topoi build --format cjs --no-html --no-sourceMappoi build --component Vuexis 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.
