Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@FredKSchott FredKSchott released this 05 Aug 05:54
· 17 commits to master since this release

Breaking Changes

  • New Interface!
    • A new @pika/cli is included with every @pika/pack install.
    • npx @pika/pack build -> pika build
    • npx @pika/pack publish -> pika publish
    • npx @pika/pack build -> npx @pika/pack (the "build" command is no longer needed for this CLI)
    • No longer supported: pack build, replace with either pika build or pika-pack

Other New Features

  • Pass any top-level config "sourcemap" option to all plugins 10b386b
  • Lots of cleanup & fixes a037d7e

v0.4.0...v0.5.0