ow v0.14.0 Release Notes

Release Date: 2019-10-20 // over 4 years ago
  • 💥 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