Kirby Webpack Versions Save

:muscle: A Kirby CMS starter-kit with modern frontend tools

0.11.0

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago
  • Fix DeprecationWarning: Tapable.apply is deprecated error on build

0.9.0

5 years ago
  • 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.7.5

6 years ago

0.8.0

6 years ago
  • 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.4

6 years ago
  • Fix kirby-webpack for kirby 2.5.9
  • Add https option for the devServer in main.config.js

0.7.3

6 years ago
  • Add --no-ignore opt-in flag to kirby:add (see #34)

0.7.2

6 years ago
  • 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

6 years ago
  • Fix browser sync Uncaught SyntaxError: Unexpected identifier error on devServer
  • Keep .gitkeep on kirby:update