Skip to content

v0.6.1

Compare
Choose a tag to compare
@FredKSchott FredKSchott released this 09 Sep 19:46

v0.6.0 was accidentally broken on publish, v0.6.1 is the next release after v0.5.3

New Features

  • (Experimental) Non-JS static asset support! This support actually went out with v0.5.2, but with v0.6.0 we'll start to talk about it more. Please leave feedback on both config and developer experience!
  • Monorepo support! Use @pika/web in a monorepo where dependencies may live a level or two above the current working directory.
  • Babel as a production optimize step: In v0.5.0 we introduced running your deps through Babel. In v0.6.0 we've scaled that back to only run with the --optimize flag or the new explicit --babel flag. We recommend using pika install normally, and then running pika install --optimize before pushing to production.

v0.6.0...v0.6.1