Skip to content

v2.1.0

Choose a tag to compare

@exogen exogen released this 21 Sep 10:02
· 56 commits to master since this release

Added

  • If your build command is an npm script (npm run …), you can supply the new option --script with the script name instead of the full command, e.g. --script build or --script=build.
  • If you don't supply a build command (or --script), the default is npm run build.

Changed

  • Bail earlier and print a more useful error when you don't supply a build artifact.