Skip to content

1.12.0

Compare
Choose a tag to compare
@matthewp matthewp released this 11 Jun 20:04
· 211 commits to master since this release

This is a minor release, adding the ability to set load-bundles="false" from the steal script tag.

You can now turn off loading of bundles while still in production mode.
This means that any code that checks for
steal.loader.isEnv("production") will have a truthy value.