v0.6.1
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 usingpika install
normally, and then runningpika install --optimize
before pushing to production.