Skip to content

Releases: tighten/laravel-mix-jigsaw

v2.1.0

09 Dec 15:35
v2.1.0
46540ce
Compare
Choose a tag to compare

What's Changed

  • Allow npm run watch to output Jigsaw build errors by @simonhamp in #25

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

09 Dec 15:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v2.0.0

v1.5.0

17 Jan 19:22
Compare
Choose a tag to compare
  • Add support for Laravel Mix 6 – thanks @owenvoke! (#19)

v1.4.0

23 Oct 13:52
bf212e0
Compare
Choose a tag to compare
  • Prefer the NODE_ENV environment variable for determining Jigsaw's build environment (#17)

v1.3.0

24 Jul 13:49
e0911a6
Compare
Choose a tag to compare
  • Add a config option, browserSyncOptions, to pass any additional BrowserSync configuration (#15). Thanks @iskrisis!

v1.2.0

05 Jun 16:37
Compare
Choose a tag to compare
  • Add a custom Webpack hook, jigsawDone, after Jigsaw finishes building the site. Thanks @thelevicole! (#14)

v1.1.3

19 May 23:21
Compare
Choose a tag to compare
  • Update the default watched files to include config.php, thanks @raniesantos! (#13)

v1.1.2

17 Apr 16:27
Compare
Choose a tag to compare
  • Restore ability to pass proxy URL to BrowserSync (#7)
  • Correctly remove unused webpack plugins (#8)

v1.1.1

13 Apr 13:05
Compare
Choose a tag to compare
  • Fix laravel-mix peerDependency version constraint (#3)
  • Fix browser-sync and browser-sync-webpack-plugin dependencies (#4)
  • Fix variable scope in webpack plugin class (#5)

v1.0.0

10 Apr 20:44
8503f48
Compare
Choose a tag to compare

Initial release. This package extracts Jigsaw's build tasks into a Laravel Mix plugin. See tighten/jigsaw#368.