Skip to content

1.10.0

Compare
Choose a tag to compare
@matthewp matthewp released this 07 Dec 13:17
· 323 commits to master since this release

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.