Skip to content

3.0.2

Compare
Choose a tag to compare
@bwrrp bwrrp released this 31 May 10:12

This release contains no functional changes, but reduces the size of the whynot bundles by making two changes to the build process:

  • Whynot now uses terser instead of babel-minify to better reduce the size of the bundles.
  • The bundles now target only somewhat-modern browsers (ES2017). This reduces the amount of code generated only to support older environments. If you still need to run whynot on very old browsers / environments, it's probably best to use something like babel (with its preset-env) to convert the library.