Skip to content

v5.6.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 17 Sep 06:03
· 1194 commits to master since this release
6250e1f

5.6.0 (2018-09-17)

Features

  • webpack: Add bundle analyser to build (#168) (6250e1f)

Migration Guide

sku build now generates a report for each build in a report folder at the root of your project directory. If you do not want to add this folder to version control it is advised that you add the following to the .gitignore file in the root of your project:

+ /report

For any new projects that are initiated with the sku init command this is already taken care of for you.