1.10.0
This is a minor release, now making it so that development code is not removed from dev bundles.
Previously code like:
//!steal-remove-start
console.warn("This is a dev warning!");
//!steal-remove-end
Would be removed in dev bundles. In production builds this is what you want, but in development bundles you want the same experience as developing with just the raw source code.