Skip to content

Releases: brocessing/kirby-webpack

0.11.0

20 Oct 16:55
Compare
Choose a tag to compare
  • Add @babel/runtime as dependency
  • Merge PR from Sija fixing an issue with mini-css-extract-plugin

0.10.0

09 Oct 12:55
Compare
Choose a tag to compare

0.9.1

09 Aug 15:13
Compare
Choose a tag to compare
  • Fix DeprecationWarning: Tapable.apply is deprecated error on build

0.9.0

09 Aug 14:47
Compare
Choose a tag to compare
  • Update dependencies
  • Add CSSNano to minify CSS in production (css-loader doesn't handle it anymore)
  • Fix Tapable.plugin is deprecated warning
  • Add site/router.php to add support of "route with extensions" into the built-in server

0.8.0

08 Apr 16:34
Compare
Choose a tag to compare
  • Update dependencies to use Webpack 4
  • Add a phpHost option to specify the host for the php built-in server
  • Only transform localhost to its ipv6 equivalent ([::1]) for MacOS and OSX

0.7.5

08 Apr 16:34
Compare
Choose a tag to compare
Release 0.7.5

0.7.4

02 Mar 15:39
Compare
Choose a tag to compare
  • Fix kirby-webpack for kirby 2.5.9
  • Add https option for the devServer in main.config.js

0.7.3

01 Feb 18:54
Compare
Choose a tag to compare
  • Add --no-ignore opt-in flag to kirby:add (see #34)

0.7.2

24 Jan 18:49
Compare
Choose a tag to compare
  • Add ignored option for the devServer to fix browserSync infinite reloading
    • This issue was often caused by a plugin writing content on a watched directory

0.7.1

24 Jan 14:52
Compare
Choose a tag to compare
  • Fix browser sync Uncaught SyntaxError: Unexpected identifier error on devServer
  • Keep .gitkeep on kirby:update