Tobias Koppers is announcing that webpack with version number 1.9.12 is already available to download.
What is webpack ?
webpack is A tool for preparing Node.js modules for the browser, adjusting code and re-packaging it so it can be loaded via a classic "script" call .
JavaScript code written for server-side technologies like Node.js uses a different syntax than regular, vanilla JS.While not immensely different, these peculiarities prevent the code from being properly executed, or force it to be run in synchronous mode, instead of the async model for which it has been written.webpack can deliver any CommonJS AMD module to client-side environments, taking into account all these differences and producing standards compliant JavaScript.Additionally webpack can also handle all module dependencies, so the JSĀ file won't break when loaded in the browser.
This is changelog for webpack version 1.9.12 :
You can read the complete changelog and also download this latest version on their homepage:
webpack.github.com