github maizzle/framework v4.5.0

latest releases: v5.0.0-beta.25, v5.0.0-beta.24, v5.0.0-beta.23...
13 months ago

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

Don't miss a new framework release

NewReleases is sending notifications on new releases.