Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

v4.5.0

Compare
Choose a tag to compare
@olets olets released this 19 Apr 20:57
· 20 commits to master since this release
f914316

Primarily a security and dependency updates release.

Breaking change: in task-config.js's javascripts.babel.presets, es2015 must be replaced with env:

    babel: {
      presets: ['es2015', 'stage-1']
    }

becomes

    babel: {
      presets: ['env', 'stage-1']
    }

For more info, see PR #573

Also includes PR #574