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

Releases: FredKSchott/pika-pack

v0.5.0

05 Aug 05:54
Compare
Choose a tag to compare

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

v0.4.0

14 Jun 22:52
Compare
Choose a tag to compare

#54 - Replace custom np implementation with direct usage

v0.3.6

24 Mar 22:31
Compare
Choose a tag to compare

Patches & Fixes:

  • #38: Fix a windows publishing issue. Big thanks to @JoshRosenstein for the fix and to everyone who helped track this one down!