Skip to content

v4.6.1

Compare
Choose a tag to compare
@cossssmin cossssmin released this 07 Nov 15:55
· 186 commits to master since this release

This release adds support for maizzle.config.js files and fixes an issue with the file watcher.

Here's how you can use it:

Config file Command
config.js or
maizzle.config.js
maizzle build
maizzle serve
config.production.js or
maizzle.config.production.js
maizzle build production
maizzle serve production

Fixed

  • await write finish when watching files d82c1d2
  • browsersync config file watcher 31bd40b
  • add support for maizzle.config.js files c97f5a8

v4.6.0...v4.6.1