Skip to content

Releases: harlan-zw/nuxt-webpack-optimisations

Release 1.0.4

22 Jun 13:43
Compare
Choose a tag to compare

Release 1.0.3

03 May 06:20
Compare
Choose a tag to compare
  • chore: test for all OS (44e31fd)
  • chore: upgrading deps (7232073)
  • Fixed typo in readme: expiremental > experimental (#27) (868beb8)

Release 1.0.2

17 Mar 01:02
Compare
Choose a tag to compare

Chore 🧹

  • update to esbuild-loader version 2.10, uses latest esbuild 0.9.2 (#25) (268b7d2)
  • add command line command for windows (#23) (f34287f)
  • update dev-dependencies (427575d)
  • Numerous read me updates

Thanks to @mathe42

Release 1.0.1

17 Feb 01:07
Compare
Choose a tag to compare

Upgrades 🔨

  • chore(deps): upgrade esbuild-loader (#18) (f1330a9)

Bugs 🐛

  • nuxt measure envrironment variable wasn't being used correctly (#17) (00af5d2)

Release 1.0.0

16 Feb 04:51
Compare
Choose a tag to compare

Features 🚀

  • added measureMode to select which builds to target (#15)
  • debug hint on start (#16)

Improvements 🔨

  • feature toggles for cache mechanisms (#15)
  • measure will now force clear node_modules cache on start (#15)
  • add function options for esbuild options (#15)
  • extend NuxtOptions for nuxt.config.ts type support

Bug Fixes 🐛

  • fixed measure stalling the client build (#15)
  • setting profile to false will now correctly not add optimisations (#15)

Release 1.0.0-11

15 Feb 04:34
Compare
Choose a tag to compare
Release 1.0.0-11 Pre-release
Pre-release
  • chore(tests): adding vue-bootstrap testing fixture (#14) (8bf0bc9)
  • fix(build): check the profile isn't false before optimising (#13) (ea18333)
  • feat(postcss): disable css polyfills in development (#12) (9aab623)

Release 1.0.0-10

12 Feb 02:45
Compare
Choose a tag to compare
Release 1.0.0-10 Pre-release
Pre-release
  • fix(image): avoid greedy image loader replacements breaking @nuxt/svg and avif (fixes #4) (0e023ff)
  • fix(esbuild): check the rules use is an array (fixes #6 maybe) (978f902)
  • fix(nuxt): no disabling middleware (fixes #7) (c331f05)

Thanks for the help
@manniL, @rnenjoy, @debs-obrien, @toniengelhardt