Skip to content

Releases: shellscape/webpack-serve

v3.1.1

21 Jul 00:31
Compare
Choose a tag to compare

Updates

  • Maintenance. Dependency update.

v3.1.0

08 Apr 13:03
Compare
Choose a tag to compare

Features

  • feat: --no-watch flag, add watch: true to configs (#6)

v3.0.0

01 Apr 11:33
Compare
Choose a tag to compare

Major Release

webpack-serve is now a CLI-wrapper for webpack-plugnin-serve, similar to webpack-nano. As such the available options and and command-line flags have changed.

Migrating

If you're using the API method of v2.x, there's no longer a need for this module. You should use webpack-plugin-serve within your chosen config and use webpack's API directly. Most of the new options have a corollary to the old. (Due to a new addition to my family I have not had the chance to write a migration guide, nor an options map from old to new.)

Please feel free to open an issue and I'll be happy to help with your migration.

v2.0.3

20 Nov 14:39
Compare
Choose a tag to compare

This is the first release on this fork. It is a maintenance and documentation update release.

For prior releases and notes please see https://github.com/webpack-contrib/webpack-serve/releases.