Skip to content

v0.14.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 20 Oct 11:32

Breaking

Enhancements

  • Export shim if running on browser in production (#129) acc5c9b
    Note: If you intend on using ow for development purposes only, use require('ow/dev-only') instead of the usual import 'ow', and run the bundler with NODE_ENV set to production (e.g. $ NODE_ENV="production" parcel build index.js). This will make ow automatically export a shim when running in production, which should result in a significantly lower bundle size.

v0.13.2...v0.14.0