Skip to content

v4.5.0

Compare
Choose a tag to compare
@cossssmin cossssmin released this 03 Aug 10:37
· 248 commits to master since this release

New features

This release exposes the config object as the second parameter of the afterBuild event function, so you can read it like this:

// config.production.js
module.exports = {
  // ...
  events: {
    afterBuild(files, config) {
      const env = config.env

	  // do stuff with env
	}
  }
}

Commits

  • feat: expose config in afterBuild event 52c1246
  • build(deps-dev): bump c8 from 8.0.0 to 8.0.1 cddccd5
  • build(deps): bump postcss from 8.4.26 to 8.4.27 8ff61ca

v4.4.7...v4.5.0