github vtex/toolbelt v0.9.0

latest releases: v4.0.5, v4.0.4, v4.0.3...
8 years ago

v0.9.0 (2015-09-24)

Let's kick the dust off and start with the good stuff!

The file vtex-webpack is now gone (we won't miss you, so k bye). Now we have a new one, shiny and pretty called webpack (yep), it lives on the lib folder.

The logic behind the -w and -s options is now there, and the entrypoint for them is now on vtex-watch, which makes much more sense since they are options of watch.

Last but not least, the VTEX Toolbelt server now uses the new react-transform!

Instead of using webpack-dev-server, we're using an express server with webpack-hot-middleware and webpack-dev-middleware. Note that webpack-dev-middleware doesn't write anything on disk and handles everything in memory, so don't freak out if you see your assets folder sitting there all alone.

This assumes some pre-configuration on the project to work properly (see Hot Module Replacement section on README). Besides, it's a world of new possibilities and probably makes it easier to make the dreamy multiple app hot reload that we all want!

On this release two main issues are fulfilled (actually, one is partially done):

  • #44 (this is the partially one)
  • #35

Don't miss a new toolbelt release

NewReleases is sending notifications on new releases.